Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSectionMachO.cpp27 } SectionTypeDescriptors[MachO::LAST_KNOWN_SECTION_TYPE + 1] = { variable
121 if (!SectionTypeDescriptors[SectionType].AssemblerName.empty()) { in printSwitchToSection()
123 OS << SectionTypeDescriptors[SectionType].AssemblerName; in printSwitchToSection()
224 llvm::find_if(SectionTypeDescriptors, in ParseSectionSpecifier()
225 [&](decltype(*SectionTypeDescriptors) &Descriptor) { in ParseSectionSpecifier()
230 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()
236 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()