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 73 unsigned TAA, unsigned reserved2, SectionKind K)
74 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) {
96 unsigned TAA = getTypeAndAttributes();
97 if (TAA == 0) {
116 unsigned SectionAttrs = TAA & MachO::SECTION_ATTRIBUTES;
172 unsigned &TAA, // Out.
204 TAA = 0;
222 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors);
228 if (TAA == MachO::S_SYMBOL_STUBS)
248 TAA |= AttrDescriptorI->AttrFlag
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 39 unsigned TAA, unsigned reserved2, SectionKind K);
80 /// If no TAA was parsed, TAA is not altered, and TAAWasSet becomes false.
84 unsigned &TAA, // Out.
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 38 unsigned TAA = 0, unsigned ImplicitAlign = 0,
375 unsigned TAA, unsigned Align,
382 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS;
384 Segment, Section, TAA, StubSize,
573 unsigned TAA;
577 TAA, TAAParsed, StubSize);
585 Segment, Section, TAA, StubSize,
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 483 unsigned TAA = 0, StubSize = 0;
487 TAA, TAAParsed, StubSize);
495 getContext().getMachOSection(Segment, Section, TAA, StubSize,
519 unsigned TAA = 0, StubSize = 0;
526 TAA, TAAParsed, StubSize);
536 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
538 // If TAA wasn't set by ParseSectionSpecifier() above,
541 TAA = S->getTypeAndAttributes();
543 // Okay, now that we got the section, verify that the TAA & StubSize agree.
546 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize)
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 193 unsigned TAA, StubSize;
196 TAA, HasTAA, StubSize);
    [all...]

Completed in 171 milliseconds