Lines Matching defs:TAA
76 unsigned TAA, unsigned reserved2, SectionKind K)
77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) {
99 unsigned TAA = getTypeAndAttributes();
100 if (TAA == 0) {
105 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE;
119 unsigned SectionAttrs = TAA & MCSectionMachO::SECTION_ATTRIBUTES;
183 unsigned &TAA, // Out.
217 TAA = 0;
241 TAA = TypeID;
247 if (TAA == MCSectionMachO::S_SYMBOL_STUBS)
272 TAA |= SectionAttrDescriptors[i].AttrFlag;
284 if (TAA == MCSectionMachO::S_SYMBOL_STUBS)
291 if ((TAA & MCSectionMachO::SECTION_TYPE) != MCSectionMachO::S_SYMBOL_STUBS)