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

/macosx-10.10/llvmCore-3425.0.34/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...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSectionMachO.h38 unsigned TAA, unsigned reserved2, SectionKind K);
161 /// If no TAA was parsed, TAA is not altered, and TAAWasSet becomes false.
165 unsigned &TAA, // Out.
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp443 unsigned TAA = 0, StubSize = 0; local
447 TAA, TAAParsed, StubSize);
455 getContext().getMachOSection(Segment, Section, TAA, StubSize,
470 unsigned TAA = 0, StubSize = 0; local
474 TAA, TAAParsed, StubSize);
484 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
486 // If TAA wasn't set by ParseSectionSpecifier() above,
489 TAA = S->getTypeAndAttributes();
491 // Okay, now that we got the section, verify that the TAA & StubSize agree.
494 if (S->getTypeAndAttributes() != TAA ||
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCParser/
H A DDarwinAsmParser.cpp36 unsigned TAA = 0, unsigned ImplicitAlign = 0,
310 unsigned TAA, unsigned Align,
319 Segment, Section, TAA, StubSize,
448 unsigned TAA; local
452 TAA, TAAParsed, StubSize);
460 Segment, Section, TAA, StubSize,
308 ParseSectionSwitch(const char *Segment, const char *Section, unsigned TAA, unsigned Align, unsigned StubSize) argument

Completed in 201 milliseconds