Lines Matching refs:TAA
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;
256 if (TAA == MachO::S_SYMBOL_STUBS)
263 if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS)