Searched refs:SectionTypeDescriptors (Results 1 – 1 of 1) sorted by relevance
21 } SectionTypeDescriptors[MachO::LAST_KNOWN_SECTION_TYPE + 1] = { variable120 if (!SectionTypeDescriptors[SectionType].AssemblerName.empty()) { in PrintSwitchToSection()122 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()225 std::begin(SectionTypeDescriptors), std::end(SectionTypeDescriptors), in ParseSectionSpecifier()226 [&](decltype(*SectionTypeDescriptors) &Descriptor) { in ParseSectionSpecifier()231 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()235 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()