Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSectionMachO.cpp21 } SectionTypeDescriptors[MachO::LAST_KNOWN_SECTION_TYPE+1] = { variable
108 if (SectionTypeDescriptors[SectionType].AssemblerName) { in PrintSwitchToSection()
110 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()
213 std::begin(SectionTypeDescriptors), std::end(SectionTypeDescriptors), in ParseSectionSpecifier()
214 [&](decltype(*SectionTypeDescriptors) &Descriptor) { in ParseSectionSpecifier()
220 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()
224 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()