Lines Matching refs:TAA
73 unsigned TAA, unsigned reserved2, SectionKind K, in MCSectionMachO() argument
75 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA), in MCSectionMachO()
98 unsigned TAA = getTypeAndAttributes(); in PrintSwitchToSection() local
99 if (TAA == 0) { in PrintSwitchToSection()
118 unsigned SectionAttrs = TAA & MachO::SECTION_ATTRIBUTES; in PrintSwitchToSection()
174 unsigned &TAA, // Out. in ParseSectionSpecifier() argument
206 TAA = 0; in ParseSectionSpecifier()
224 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
230 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
250 TAA |= AttrDescriptorI->AttrFlag; in ParseSectionSpecifier()
256 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
263 if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()