Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TAA

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) {