Home
last modified time | relevance | path

Searched refs:TAA (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionMachO.cpp93 unsigned TAA, unsigned reserved2, SectionKind K, in MCSectionMachO() argument
96 MachO::isVirtualSection(TAA & MachO::SECTION_TYPE), Begin), in MCSectionMachO()
97 TypeAndAttributes(TAA), Reserved2(reserved2) { in MCSectionMachO()
114 unsigned TAA = getTypeAndAttributes(); in printSwitchToSection() local
115 if (TAA == 0) { in printSwitchToSection()
134 unsigned SectionAttrs = TAA & MachO::SECTION_ATTRIBUTES; in printSwitchToSection()
184 unsigned &TAA, // Out. in ParseSectionSpecifier() argument
214 TAA = 0; in ParseSectionSpecifier()
233 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
239 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSectionMachO.h42 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
74 unsigned &TAA, // Out.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp51 unsigned TAA = 0, unsigned ImplicitAlign = 0,
475 unsigned TAA, unsigned Alignment, in parseSectionSwitch() argument
482 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; in parseSectionSwitch()
484 Segment, Section, TAA, StubSize, in parseSectionSwitch()
691 unsigned TAA; in parseDirectiveSection() local
694 SectionSpec, Segment, Section, TAA, TAAParsed, StubSize)) in parseDirectiveSection()
723 Segment, Section, TAA, StubSize, in parseDirectiveSection()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp1255 unsigned TAA = 0, StubSize = 0; in emitModuleMetadata() local
1258 SectionVal, Segment, Section, TAA, TAAParsed, StubSize)) { in emitModuleMetadata()
1266 Segment, Section, TAA, StubSize, SectionKind::getData()); in emitModuleMetadata()
1305 unsigned TAA = 0, StubSize = 0; in getExplicitSectionGlobal() local
1311 SectionName, Segment, Section, TAA, TAAParsed, StubSize)) { in getExplicitSectionGlobal()
1320 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
1325 TAA = S->getTypeAndAttributes(); in getExplicitSectionGlobal()
1330 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp2114 unsigned TAA = 0, StubSize = 0; in shouldInstrumentGlobal() local
2117 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize)); in shouldInstrumentGlobal()
2141 if (ParsedSegment == "__TEXT" && (TAA & MachO::S_CSTRING_LITERALS)) { in shouldInstrumentGlobal()
/freebsd-13-stable/crypto/heimdal/lib/wind/
HDUnicodeData.txt1425 0629;ARABIC LETTER TEH MARBUTA;Lo;0;AL;;;;;N;ARABIC LETTER TAA MARBUTAH;;;;
1426 062A;ARABIC LETTER TEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA;;;;
1493 0679;ARABIC LETTER TTEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH SMALL TAH;;;;
1494 067A;ARABIC LETTER TTEHEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH TWO DOTS VERTICAL ABOVE;;;;
1496 067C;ARABIC LETTER TEH WITH RING;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH RING;;;;
1497 067D;ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH THREE D…
1498 067E;ARABIC LETTER PEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH THREE DOTS BELOW;;;;
1499 067F;ARABIC LETTER TEHEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH FOUR DOTS ABOVE;;;;
1567 06C3;ARABIC LETTER TEH MARBUTA GOAL;Lo;0;AL;;;;;N;ARABIC LETTER TAA MARBUTAH GOAL;;;;
3429 1273;ETHIOPIC SYLLABLE TAA;Lo;0;L;;;;;N;;;;;
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp2845 unsigned TAA, StubSize; in isValidSectionSpecifier() local
2848 TAA, HasTAA, StubSize); in isValidSectionSpecifier()