Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSectionMachO.cpp21 } SectionTypeDescriptors[MachO::LAST_KNOWN_SECTION_TYPE + 1] = { variable
120 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()