Lines Matching refs:TAA
76 unsigned TAA, unsigned reserved2, SectionKind K) in MCSectionMachO() argument
77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) { in MCSectionMachO()
98 unsigned TAA = getTypeAndAttributes(); in PrintSwitchToSection() local
99 if (TAA == 0) { in PrintSwitchToSection()
104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; in PrintSwitchToSection()
118 unsigned SectionAttrs = TAA & MCSectionMachO::SECTION_ATTRIBUTES; in PrintSwitchToSection()
182 unsigned &TAA, // Out. in ParseSectionSpecifier() argument
216 TAA = 0; in ParseSectionSpecifier()
240 TAA = TypeID; in ParseSectionSpecifier()
246 if (TAA == MCSectionMachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
271 TAA |= SectionAttrDescriptors[i].AttrFlag; in ParseSectionSpecifier()
283 if (TAA == MCSectionMachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
290 if ((TAA & MCSectionMachO::SECTION_TYPE) != MCSectionMachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()