Home | History | Annotate | Download | only in MC

Lines Matching refs:TAA

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