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);
169 /// If no TAA was parsed, TAA is not altered, and TAAWasSet becomes false.
173 unsigned &TAA, // Out.
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 462 unsigned TAA = 0, StubSize = 0;
466 TAA, TAAParsed, StubSize);
474 getContext().getMachOSection(Segment, Section, TAA, StubSize,
489 unsigned TAA = 0, StubSize = 0;
493 TAA, TAAParsed, StubSize);
503 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
505 // If TAA wasn't set by ParseSectionSpecifier() above,
508 TAA = S->getTypeAndAttributes();
510 // Okay, now that we got the section, verify that the TAA & StubSize agree.
513 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize)
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 37 unsigned TAA = 0, unsigned ImplicitAlign = 0,
362 unsigned TAA, unsigned Align,
369 bool isText = TAA & MCSectionMachO::S_ATTR_PURE_INSTRUCTIONS;
371 Segment, Section, TAA, StubSize,
527 unsigned TAA;
531 TAA, TAAParsed, StubSize);
539 Segment, Section, TAA, StubSize,
  /external/clang/lib/Basic/
Targets.cpp 192 unsigned TAA, StubSize;
195 TAA, HasTAA, StubSize);
    [all...]

Completed in 67 milliseconds