HomeSort by: relevance | last modified time | path
    Searched defs:TAA (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionMachO.cpp 84 unsigned TAA, unsigned reserved2, SectionKind K,
86 : MCSection(SV_MachO, Section, K, Begin), TypeAndAttributes(TAA),
104 unsigned TAA = getTypeAndAttributes();
105 if (TAA == 0) {
124 unsigned SectionAttrs = TAA & MachO::SECTION_ATTRIBUTES;
180 unsigned &TAA, // Out.
210 TAA = 0;
229 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors);
235 if (TAA == MachO::S_SYMBOL_STUBS)
257 TAA |= AttrDescriptorI->AttrFlag
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 1173 unsigned TAA = 0, StubSize = 0;
1176 SectionVal, Segment, Section, TAA, TAAParsed, StubSize)) {
1184 Segment, Section, TAA, StubSize, SectionKind::getData());
1214 unsigned TAA = 0, StubSize = 0;
1220 SectionName, Segment, Section, TAA, TAAParsed, StubSize)) {
1229 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
1231 // If TAA wasn't set by ParseSectionSpecifier() above,
1234 TAA = S->getTypeAndAttributes();
1236 // Okay, now that we got the section, verify that the TAA & StubSize agree.
1239 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 54 unsigned TAA = 0, unsigned ImplicitAlign = 0,
475 unsigned TAA, unsigned Align,
482 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS;
484 Segment, Section, TAA, StubSize,
691 unsigned TAA;
694 SectionSpec, Segment, Section, TAA, TAAParsed, StubSize))
723 Segment, Section, TAA, StubSize,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 1983 unsigned TAA = 0, StubSize = 0;
1986 Section, ParsedSegment, ParsedSection, TAA, TAAParsed, StubSize));
2010 if (ParsedSegment == "__TEXT" && (TAA & MachO::S_CSTRING_LITERALS)) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 3019 unsigned TAA, StubSize;
3022 TAA, HasTAA, StubSize);

Completed in 28 milliseconds