/external/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 73 unsigned TAA, unsigned reserved2, SectionKind K, in MCSectionMachO() argument 75 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO() 98 unsigned TAA = getTypeAndAttributes(); in PrintSwitchToSection() local 99 if (TAA == 0) { in PrintSwitchToSection() 118 unsigned SectionAttrs = TAA & MachO::SECTION_ATTRIBUTES; in PrintSwitchToSection() 174 unsigned &TAA, // Out. in ParseSectionSpecifier() argument 206 TAA = 0; in ParseSectionSpecifier() 224 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier() 230 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier() 250 TAA |= AttrDescriptorI->AttrFlag; in ParseSectionSpecifier() [all …]
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 84 unsigned TAA, unsigned reserved2, SectionKind K, in MCSectionMachO() argument 86 : MCSection(SV_MachO, Section, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO() 104 unsigned TAA = getTypeAndAttributes(); in PrintSwitchToSection() local 105 if (TAA == 0) { in PrintSwitchToSection() 124 unsigned SectionAttrs = TAA & MachO::SECTION_ATTRIBUTES; in PrintSwitchToSection() 180 unsigned &TAA, // Out. in ParseSectionSpecifier() argument 212 TAA = 0; in ParseSectionSpecifier() 229 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier() 235 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier() 254 TAA |= AttrDescriptorI->AttrFlag; in ParseSectionSpecifier() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 84 unsigned TAA, unsigned reserved2, SectionKind K, in MCSectionMachO() argument 86 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO() 109 unsigned TAA = getTypeAndAttributes(); in PrintSwitchToSection() local 110 if (TAA == 0) { in PrintSwitchToSection() 129 unsigned SectionAttrs = TAA & MachO::SECTION_ATTRIBUTES; in PrintSwitchToSection() 185 unsigned &TAA, // Out. in ParseSectionSpecifier() argument 217 TAA = 0; in ParseSectionSpecifier() 234 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier() 240 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier() 259 TAA |= AttrDescriptorI->AttrFlag; in ParseSectionSpecifier() [all …]
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 35 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 67 unsigned &TAA, // Out.
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 36 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 74 unsigned &TAA, // Out.
|
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 75 unsigned &TAA, // Out.
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 41 unsigned TAA = 0, unsigned ImplicitAlign = 0, 394 unsigned TAA, unsigned Align, in parseSectionSwitch() argument 401 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; in parseSectionSwitch() 403 Segment, Section, TAA, StubSize, in parseSectionSwitch() 612 unsigned TAA; in parseDirectiveSection() local 616 TAA, TAAParsed, StubSize); in parseDirectiveSection() 647 Segment, Section, TAA, StubSize, in parseDirectiveSection()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 514 unsigned TAA = 0, StubSize = 0; in emitModuleFlags() local 518 TAA, TAAParsed, StubSize); in emitModuleFlags() 526 Segment, Section, TAA, StubSize, SectionKind::getData()); in emitModuleFlags() 549 unsigned TAA = 0, StubSize = 0; in getExplicitSectionGlobal() local 556 TAA, TAAParsed, StubSize); in getExplicitSectionGlobal() 566 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal() 571 TAA = S->getTypeAndAttributes(); in getExplicitSectionGlobal() 576 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 53 unsigned TAA = 0, unsigned ImplicitAlign = 0, 474 unsigned TAA, unsigned Align, in parseSectionSwitch() argument 481 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; in parseSectionSwitch() 483 Segment, Section, TAA, StubSize, in parseSectionSwitch() 690 unsigned TAA; in parseDirectiveSection() local 694 TAA, TAAParsed, StubSize); in parseDirectiveSection() 725 Segment, Section, TAA, StubSize, in parseDirectiveSection()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 53 unsigned TAA = 0, unsigned ImplicitAlign = 0, 474 unsigned TAA, unsigned Align, in parseSectionSwitch() argument 481 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; in parseSectionSwitch() 483 Segment, Section, TAA, StubSize, in parseSectionSwitch() 690 unsigned TAA; in parseDirectiveSection() local 694 TAA, TAAParsed, StubSize); in parseDirectiveSection() 725 Segment, Section, TAA, StubSize, in parseDirectiveSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 907 unsigned TAA = 0, StubSize = 0; in emitModuleMetadata() local 911 TAA, TAAParsed, StubSize); in emitModuleMetadata() 919 Segment, Section, TAA, StubSize, SectionKind::getData()); in emitModuleMetadata() 941 unsigned TAA = 0, StubSize = 0; in getExplicitSectionGlobal() local 948 TAA, TAAParsed, StubSize); in getExplicitSectionGlobal() 958 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal() 963 TAA = S->getTypeAndAttributes(); in getExplicitSectionGlobal() 968 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1112 unsigned TAA = 0, StubSize = 0; in emitModuleMetadata() local 1116 TAA, TAAParsed, StubSize); in emitModuleMetadata() 1124 Segment, Section, TAA, StubSize, SectionKind::getData()); in emitModuleMetadata() 1146 unsigned TAA = 0, StubSize = 0; in getExplicitSectionGlobal() local 1153 TAA, TAAParsed, StubSize); in getExplicitSectionGlobal() 1163 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal() 1168 TAA = S->getTypeAndAttributes(); in getExplicitSectionGlobal() 1173 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | OSTargets.h | 120 unsigned TAA, StubSize; in isValidSectionSpecifier() local 123 TAA, HasTAA, StubSize); in isValidSectionSpecifier()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | territory_codes.txt | 322 TA - TAA - - # Tristan da Cunha
|
D | ApproximateWidth.txt | 3029 A619; 5; # VAI SYMBOL TAA 5102 1450..1456; 7; # CANADIAN SYLLABICS TO..CANADIAN SYLLABICS TAA 5917 1273; 8; # ETHIOPIC SYLLABLE TAA
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1306 unsigned TAA = 0, StubSize = 0; in ShouldInstrumentGlobal() local 1309 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize); in ShouldInstrumentGlobal() 1334 if (ParsedSegment == "__TEXT" && (TAA & MachO::S_CSTRING_LITERALS)) { in ShouldInstrumentGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1881 unsigned TAA = 0, StubSize = 0; in ShouldInstrumentGlobal() local 1884 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize); in ShouldInstrumentGlobal() 1909 if (ParsedSegment == "__TEXT" && (TAA & MachO::S_CSTRING_LITERALS)) { in ShouldInstrumentGlobal()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1898 unsigned TAA = 0, StubSize = 0; in shouldInstrumentGlobal() local 1901 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize); in shouldInstrumentGlobal() 1926 if (ParsedSegment == "__TEXT" && (TAA & MachO::S_CSTRING_LITERALS)) { in shouldInstrumentGlobal()
|
/external/icu/icu4c/source/data/translit/ |
D | am_am_Latn_BGN.txt | 163 ታ → ta ; # ETHIOPIC SYLLABLE TAA
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 258 unsigned TAA, StubSize; in isValidSectionSpecifier() local 261 TAA, HasTAA, StubSize); in isValidSectionSpecifier()
|
/external/icu/icu4c/source/data/misc/ |
D | metadata.txt | 4789 TAA{
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | UnicodeData.txt | 1539 0629;ARABIC LETTER TEH MARBUTA;Lo;0;AL;;;;;N;ARABIC LETTER TAA MARBUTAH;;;; 1540 062A;ARABIC LETTER TEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA;;;; 1619 0679;ARABIC LETTER TTEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH SMALL TAH;;;; 1620 067A;ARABIC LETTER TTEHEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH TWO DOTS VERTICAL ABOVE;;;; 1622 067C;ARABIC LETTER TEH WITH RING;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH RING;;;; 1623 067D;ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH THREE D… 1624 067E;ARABIC LETTER PEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH THREE DOTS BELOW;;;; 1625 067F;ARABIC LETTER TEHEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH FOUR DOTS ABOVE;;;; 1693 06C3;ARABIC LETTER TEH MARBUTA GOAL;Lo;0;AL;;;;;N;ARABIC LETTER TAA MARBUTAH GOAL;;;; 4122 1273;ETHIOPIC SYLLABLE TAA;Lo;0;L;;;;;N;;;;; [all …]
|
/external/icu/icu4c/source/data/unidata/ |
D | UnicodeData.txt | 1539 0629;ARABIC LETTER TEH MARBUTA;Lo;0;AL;;;;;N;ARABIC LETTER TAA MARBUTAH;;;; 1540 062A;ARABIC LETTER TEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA;;;; 1619 0679;ARABIC LETTER TTEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH SMALL TAH;;;; 1620 067A;ARABIC LETTER TTEHEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH TWO DOTS VERTICAL ABOVE;;;; 1622 067C;ARABIC LETTER TEH WITH RING;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH RING;;;; 1623 067D;ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH THREE D… 1624 067E;ARABIC LETTER PEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH THREE DOTS BELOW;;;; 1625 067F;ARABIC LETTER TEHEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH FOUR DOTS ABOVE;;;; 1693 06C3;ARABIC LETTER TEH MARBUTA GOAL;Lo;0;AL;;;;;N;ARABIC LETTER TAA MARBUTAH GOAL;;;; 4122 1273;ETHIOPIC SYLLABLE TAA;Lo;0;L;;;;;N;;;;; [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | UnicodeData.txt | 1539 0629;ARABIC LETTER TEH MARBUTA;Lo;0;AL;;;;;N;ARABIC LETTER TAA MARBUTAH;;;; 1540 062A;ARABIC LETTER TEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA;;;; 1619 0679;ARABIC LETTER TTEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH SMALL TAH;;;; 1620 067A;ARABIC LETTER TTEHEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH TWO DOTS VERTICAL ABOVE;;;; 1622 067C;ARABIC LETTER TEH WITH RING;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH RING;;;; 1623 067D;ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH THREE D… 1624 067E;ARABIC LETTER PEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH THREE DOTS BELOW;;;; 1625 067F;ARABIC LETTER TEHEH;Lo;0;AL;;;;;N;ARABIC LETTER TAA WITH FOUR DOTS ABOVE;;;; 1693 06C3;ARABIC LETTER TEH MARBUTA GOAL;Lo;0;AL;;;;;N;ARABIC LETTER TAA MARBUTAH GOAL;;;; 4122 1273;ETHIOPIC SYLLABLE TAA;Lo;0;L;;;;;N;;;;; [all …]
|
/external/cldr/common/uca/ |
D | allkeys_DUCET.txt | 12849 1273 ; [.1E93.0020.0002.1273] # ETHIOPIC SYLLABLE TAA 15931 11116 ; [.27AF.0020.0002.11116] # CHAKMA LETTER TAA 16771 1456 ; [.2AE1.0020.0002.1456] # CANADIAN SYLLABICS TAA 17668 A619 ; [.2E16.0020.0004.A619][.2EC8.0020.0004.A619] # VAI SYMBOL TAA 17873 A6B0 ; [.2ED9.0020.0002.A6B0] # BAMUM LETTER TAA 18412 169DB ; [.30F4.0020.0002.169DB] # BAMUM LETTER PHASE-E TAA 18463 16A0E ; [.3127.0020.0002.16A0E] # BAMUM LETTER PHASE-F TAA
|