Searched refs:SectionType (Results 1 – 5 of 5) sorted by relevance
105 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; in PrintSwitchToSection() local106 assert(SectionType <= MCSectionMachO::LAST_KNOWN_SECTION_TYPE && in PrintSwitchToSection()109 if (SectionTypeDescriptors[SectionType].AssemblerName) { in PrintSwitchToSection()111 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()226 StringRef SectionType = Comma.first; in ParseSectionSpecifier() local227 StripSpaces(SectionType); in ParseSectionSpecifier()233 SectionType == SectionTypeDescriptors[TypeID].AssemblerName) in ParseSectionSpecifier()
431 unsigned SectionType = Current->getType(); in ParseDirectiveIndirectSymbol() local432 if (SectionType != MCSectionMachO::S_NON_LAZY_SYMBOL_POINTERS && in ParseDirectiveIndirectSymbol()433 SectionType != MCSectionMachO::S_LAZY_SYMBOL_POINTERS && in ParseDirectiveIndirectSymbol()434 SectionType != MCSectionMachO::S_SYMBOL_STUBS) in ParseDirectiveIndirectSymbol()
682 UINT8 SectionType[16]; member
761 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionZeroInit() local762 Res = SectionType == MachO::S_ZEROFILL || in isSectionZeroInit()763 SectionType == MachO::S_GB_ZEROFILL; in isSectionZeroInit()
150 enum SectionType { enum