Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/MC/
DMCSectionMachO.cpp21 } SectionTypeDescriptors[MCSectionMachO::LAST_KNOWN_SECTION_TYPE+1] = { variable
109 if (SectionTypeDescriptors[SectionType].AssemblerName) { in PrintSwitchToSection()
111 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()
232 if (SectionTypeDescriptors[TypeID].AssemblerName && in ParseSectionSpecifier()
233 SectionType == SectionTypeDescriptors[TypeID].AssemblerName) in ParseSectionSpecifier()