Home
last modified time | relevance | path

Searched refs:SectionTypeDescriptors (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionMachO.cpp20 } SectionTypeDescriptors[MachO::LAST_KNOWN_SECTION_TYPE + 1] = { variable
114 if (!SectionTypeDescriptors[SectionType].AssemblerName.empty()) { in PrintSwitchToSection()
116 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()
217 llvm::find_if(SectionTypeDescriptors, in ParseSectionSpecifier()
218 [&](decltype(*SectionTypeDescriptors) &Descriptor) { in ParseSectionSpecifier()
223 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()
229 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()