HomeSort by relevance Sort by last modified time
    Searched refs:TAA (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/MC/
MCSectionMachO.cpp 76 unsigned TAA, unsigned reserved2, SectionKind K)
77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) {
98 unsigned TAA = getTypeAndAttributes();
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 == MCSectionMachO::S_SYMBOL_STUBS
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 38 unsigned TAA, unsigned reserved2, SectionKind K);
161 /// If no TAA was parsed, TAA is not altered, and TAAWasSet becomes false.
165 unsigned &TAA, // Out.
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 409 unsigned TAA = 0, StubSize = 0;
413 TAA, TAAParsed, StubSize);
421 getContext().getMachOSection(Segment, Section, TAA, StubSize,
436 unsigned TAA = 0, StubSize = 0;
440 TAA, TAAParsed, StubSize);
450 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
452 // If TAA wasn't set by ParseSectionSpecifier() above,
455 TAA = S->getTypeAndAttributes();
457 // Okay, now that we got the section, verify that the TAA & StubSize agree.
460 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize)
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 35 unsigned TAA = 0, unsigned ImplicitAlign = 0,
298 unsigned TAA, unsigned Align,
307 Segment, Section, TAA, StubSize,
436 unsigned TAA;
440 TAA, TAAParsed, StubSize);
448 Segment, Section, TAA, StubSize,
  /external/clang/lib/Basic/
Targets.cpp 189 unsigned TAA, StubSize;
192 TAA, HasTAA, StubSize);
    [all...]

Completed in 74 milliseconds