Searched refs:SectionTypeDescriptors (Results 1 – 1 of 1) sorted by relevance
27 } SectionTypeDescriptors[MachO::LAST_KNOWN_SECTION_TYPE + 1] = { variable123 if (!SectionTypeDescriptors[SectionType].AssemblerName.empty()) { in printSwitchToSection()125 OS << SectionTypeDescriptors[SectionType].AssemblerName; in printSwitchToSection()226 llvm::find_if(SectionTypeDescriptors, in ParseSectionSpecifier()227 [&](decltype(*SectionTypeDescriptors) &Descriptor) { in ParseSectionSpecifier()232 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()238 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()