Searched refs:TAA (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/MC/
H A DMCSectionMachO.cpp73 unsigned TAA, unsigned reserved2, SectionKind K,
75 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA),
98 unsigned TAA = getTypeAndAttributes(); local
99 if (TAA == 0) {
118 unsigned SectionAttrs = TAA & MachO::SECTION_ATTRIBUTES;
174 unsigned &TAA, // Out.
206 TAA = 0;
224 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors);
230 if (TAA == MachO::S_SYMBOL_STUBS)
250 TAA |
72 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, unsigned reserved2, SectionKind K, MCSymbol *Begin) argument
171 ParseSectionSpecifier(StringRef Spec, StringRef &Segment, StringRef &Section, unsigned &TAA, bool &TAAParsed, unsigned &StubSize) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCSectionMachO.cpp76 unsigned TAA, unsigned reserved2, SectionKind K)
77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) {
98 unsigned TAA = getTypeAndAttributes(); local
99 if (TAA == 0) {
104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE;
118 unsigned SectionAttrs = TAA & MCSectionMachO::SECTION_ATTRIBUTES;
182 unsigned &TAA, // Out.
216 TAA = 0;
240 TAA = TypeID;
246 if (TAA
75 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, unsigned reserved2, SectionKind K) argument
179 ParseSectionSpecifier(StringRef Spec, StringRef &Segment, StringRef &Section, unsigned &TAA, bool &TAAParsed, unsigned &StubSize) argument
[all...]
/external/llvm/include/llvm/MC/
H A DMCSectionMachO.h37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
70 /// a string indicating the problem. If no TAA was parsed, TAA is not altered,
75 unsigned &TAA, // Out.
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSectionMachO.h37 unsigned TAA, unsigned reserved2, SectionKind K);
160 /// If no TAA was parsed, TAA is not altered, and TAAWasSet becomes false.
164 unsigned &TAA, // Out.
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DDarwinAsmParser.cpp35 unsigned TAA = 0, unsigned ImplicitAlign = 0,
298 unsigned TAA, unsigned Align,
307 Segment, Section, TAA, StubSize,
436 unsigned TAA; local
440 TAA, TAAParsed, StubSize);
448 Segment, Section, TAA, StubSize,
296 ParseSectionSwitch(const char *Segment, const char *Section, unsigned TAA, unsigned Align, unsigned StubSize) argument
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp514 unsigned TAA = 0, StubSize = 0; local
518 TAA, TAAParsed, StubSize);
526 Segment, Section, TAA, StubSize, SectionKind::getData());
549 unsigned TAA = 0, StubSize = 0; local
556 TAA, TAAParsed, StubSize);
566 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
568 // If TAA wasn't set by ParseSectionSpecifier() above,
571 TAA = S->getTypeAndAttributes();
573 // Okay, now that we got the section, verify that the TAA & StubSize agree.
576 if (S->getTypeAndAttributes() != TAA ||
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp354 unsigned TAA = 0, StubSize = 0; local
358 TAA, TAAParsed, StubSize);
370 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
372 // If TAA wasn't set by ParseSectionSpecifier() above,
375 TAA = S->getTypeAndAttributes();
377 // Okay, now that we got the section, verify that the TAA & StubSize agree.
380 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) {
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp41 unsigned TAA = 0, unsigned ImplicitAlign = 0,
394 unsigned TAA, unsigned Align,
401 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS;
403 Segment, Section, TAA, StubSize,
612 unsigned TAA; local
616 TAA, TAAParsed, StubSize);
647 Segment, Section, TAA, StubSize,
392 parseSectionSwitch(const char *Segment, const char *Section, unsigned TAA, unsigned Align, unsigned StubSize) argument
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1306 unsigned TAA = 0, StubSize = 0; local
1309 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize);
1334 if (ParsedSegment == "__TEXT" && (TAA & MachO::S_CSTRING_LITERALS)) {
/external/clang/lib/Basic/
H A DTargets.cpp258 unsigned TAA, StubSize;
261 TAA, HasTAA, StubSize);

Completed in 323 milliseconds