Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSectionMachO.cpp20 const char *AssemblerName, *EnumName; member
54 const char *AssemblerName, *EnumName; member
108 if (SectionTypeDescriptors[SectionType].AssemblerName) { in PrintSwitchToSection()
110 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()
141 if (SectionAttrDescriptors[i].AssemblerName) in PrintSwitchToSection()
142 OS << SectionAttrDescriptors[i].AssemblerName; in PrintSwitchToSection()
215 return Descriptor.AssemblerName && in ParseSectionSpecifier()
216 SectionType == Descriptor.AssemblerName; in ParseSectionSpecifier()
244 return Descriptor.AssemblerName && in ParseSectionSpecifier()
245 SectionAttr.trim() == Descriptor.AssemblerName; in ParseSectionSpecifier()