Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionMachO.cpp76 unsigned TAA, unsigned reserved2, SectionKind K) in MCSectionMachO() argument
77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) { in MCSectionMachO()
98 unsigned TAA = getTypeAndAttributes(); in PrintSwitchToSection() local
99 if (TAA == 0) { in PrintSwitchToSection()
104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; in PrintSwitchToSection()
118 unsigned SectionAttrs = TAA & MCSectionMachO::SECTION_ATTRIBUTES; in PrintSwitchToSection()
182 unsigned &TAA, // Out. in ParseSectionSpecifier() argument
216 TAA = 0; in ParseSectionSpecifier()
240 TAA = TypeID; in ParseSectionSpecifier()
246 if (TAA == MCSectionMachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
[all …]
/external/llvm/lib/MC/
DMCSectionMachO.cpp73 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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionMachO.cpp85 unsigned TAA, unsigned reserved2, SectionKind K, in MCSectionMachO() argument
87 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
110 unsigned TAA = getTypeAndAttributes(); in PrintSwitchToSection() local
111 if (TAA == 0) { in PrintSwitchToSection()
130 unsigned SectionAttrs = TAA & MachO::SECTION_ATTRIBUTES; in PrintSwitchToSection()
186 unsigned &TAA, // Out. in ParseSectionSpecifier() argument
218 TAA = 0; in ParseSectionSpecifier()
235 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
241 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
260 TAA |= AttrDescriptorI->AttrFlag; in ParseSectionSpecifier()
[all …]
/external/llvm/include/llvm/MC/
DMCSectionMachO.h37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
75 unsigned &TAA, // Out.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionMachO.h37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
75 unsigned &TAA, // Out.
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSectionMachO.h37 unsigned TAA, unsigned reserved2, SectionKind K);
164 unsigned &TAA, // Out.
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DDarwinAsmParser.cpp35 unsigned TAA = 0, unsigned ImplicitAlign = 0,
298 unsigned TAA, unsigned Align, in ParseSectionSwitch() argument
307 Segment, Section, TAA, StubSize, in ParseSectionSwitch()
436 unsigned TAA; in ParseDirectiveSection() local
440 TAA, TAAParsed, StubSize); in ParseDirectiveSection()
448 Segment, Section, TAA, StubSize, in ParseDirectiveSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp354 unsigned TAA = 0, StubSize = 0; in getExplicitSectionGlobal() local
358 TAA, TAAParsed, StubSize); in getExplicitSectionGlobal()
370 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
375 TAA = S->getTypeAndAttributes(); in getExplicitSectionGlobal()
380 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp41 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/
DTargetLoweringObjectFileImpl.cpp514 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-7.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp54 unsigned TAA = 0, unsigned ImplicitAlign = 0,
470 unsigned TAA, unsigned Align, in parseSectionSwitch() argument
477 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; in parseSectionSwitch()
479 Segment, Section, TAA, StubSize, in parseSectionSwitch()
686 unsigned TAA; in parseDirectiveSection() local
690 TAA, TAAParsed, StubSize); in parseDirectiveSection()
721 Segment, Section, TAA, StubSize, in parseDirectiveSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp712 unsigned TAA = 0, StubSize = 0; in emitModuleMetadata() local
716 TAA, TAAParsed, StubSize); in emitModuleMetadata()
724 Segment, Section, TAA, StubSize, SectionKind::getData()); in emitModuleMetadata()
746 unsigned TAA = 0, StubSize = 0; in getExplicitSectionGlobal() local
753 TAA, TAAParsed, StubSize); in getExplicitSectionGlobal()
763 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
768 TAA = S->getTypeAndAttributes(); in getExplicitSectionGlobal()
773 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dterritory_codes.txt322 TA - TAA - - # Tristan da Cunha
DApproximateWidth.txt3029 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/
DAddressSanitizer.cpp1306 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-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1703 unsigned TAA = 0, StubSize = 0; in ShouldInstrumentGlobal() local
1706 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize); in ShouldInstrumentGlobal()
1731 if (ParsedSegment == "__TEXT" && (TAA & MachO::S_CSTRING_LITERALS)) { in ShouldInstrumentGlobal()
/external/icu/icu4c/source/data/translit/
Dam_am_Latn_BGN.txt162 ታ → ta ; # ETHIOPIC SYLLABLE TAA
/external/clang/lib/Basic/
DTargets.cpp258 unsigned TAA, StubSize; in isValidSectionSpecifier() local
261 TAA, HasTAA, StubSize); in isValidSectionSpecifier()
/external/icu/icu4c/source/data/misc/
Dmetadata.txt4144 TAA{
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DUnicodeData.txt1539 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;;;;
4093 1273;ETHIOPIC SYLLABLE TAA;Lo;0;L;;;;;N;;;;;
[all …]
Dconfusables.txt427 1463 ; 00B7 1456 ; MA # ( ᑣ → ·ᑖ ) CANADIAN SYLLABICS TWAA → MIDDLE DOT, CANADIAN SYLLABICS TAA # →…
6030 1464 ; 1456 00B7 ; MA # ( ᑤ → ᑖ· ) CANADIAN SYLLABICS WEST-CREE TWAA → CANADIAN SYLLABICS TAA, MIDD…
6257 A6B0 ; 16B9 ; MA # ( ꚰ → ᚹ ) BAMUM LETTER TAA → RUNIC LETTER WUNJO WYNN W #
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DUnicodeData.txt1539 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;;;;
4093 1273;ETHIOPIC SYLLABLE TAA;Lo;0;L;;;;;N;;;;;
[all …]
/external/icu/icu4c/source/data/unidata/
DUnicodeData.txt1539 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;;;;
4093 1273;ETHIOPIC SYLLABLE TAA;Lo;0;L;;;;;N;;;;;
[all …]
Dconfusables.txt427 1463 ; 00B7 1456 ; MA # ( ᑣ → ·ᑖ ) CANADIAN SYLLABICS TWAA → MIDDLE DOT, CANADIAN SYLLABICS TAA # →…
6030 1464 ; 1456 00B7 ; MA # ( ᑤ → ᑖ· ) CANADIAN SYLLABICS WEST-CREE TWAA → CANADIAN SYLLABICS TAA, MIDD…
6257 A6B0 ; 16B9 ; MA # ( ꚰ → ᚹ ) BAMUM LETTER TAA → RUNIC LETTER WUNJO WYNN W #
/external/cldr/common/uca/
Dallkeys_DUCET.txt12849 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

12