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

  /external/llvm/lib/MC/
MCSectionMachO.cpp 73 unsigned TAA, unsigned reserved2, SectionKind K,
75 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA),
98 unsigned TAA = getTypeAndAttributes();
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 |= AttrDescriptorI->AttrFlag
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 37 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/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 491 unsigned TAA = 0, StubSize = 0;
495 TAA, TAAParsed, StubSize);
503 Segment, Section, TAA, StubSize, SectionKind::getData());
526 unsigned TAA = 0, StubSize = 0;
533 TAA, TAAParsed, StubSize);
543 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
545 // If TAA wasn't set by ParseSectionSpecifier() above,
548 TAA = S->getTypeAndAttributes();
550 // Okay, now that we got the section, verify that the TAA & StubSize agree.
553 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize)
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 41 unsigned TAA = 0, unsigned ImplicitAlign = 0,
385 unsigned TAA, unsigned Align,
392 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS;
394 Segment, Section, TAA, StubSize,
582 unsigned TAA;
586 TAA, TAAParsed, StubSize);
617 Segment, Section, TAA, StubSize,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp 233 unsigned TAA, StubSize;
236 TAA, HasTAA, StubSize);
    [all...]

Completed in 434 milliseconds