Lines Matching defs:TAA
1255 unsigned TAA = 0, StubSize = 0;
1258 SectionVal, Segment, Section, TAA, TAAParsed, StubSize)) {
1266 Segment, Section, TAA, StubSize, SectionKind::getData());
1305 unsigned TAA = 0, StubSize = 0;
1311 SectionName, Segment, Section, TAA, TAAParsed, StubSize)) {
1320 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
1322 // If TAA wasn't set by ParseSectionSpecifier() above,
1325 TAA = S->getTypeAndAttributes();
1327 // Okay, now that we got the section, verify that the TAA & StubSize agree.
1330 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) {