Home
last modified time | relevance | path

Searched refs:AssemblerName (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionMachO.cpp20 const char *AssemblerName, *EnumName; member
55 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()
231 if (SectionTypeDescriptors[TypeID].AssemblerName && in ParseSectionSpecifier()
232 SectionType == SectionTypeDescriptors[TypeID].AssemblerName) in ParseSectionSpecifier()
269 if (SectionAttrDescriptors[i].AssemblerName && in ParseSectionSpecifier()
270 Attr == SectionAttrDescriptors[i].AssemblerName) { in ParseSectionSpecifier()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionMachO.cpp20 StringLiteral AssemblerName, EnumName; member
66 StringLiteral AssemblerName, EnumName; member
120 if (!SectionTypeDescriptors[SectionType].AssemblerName.empty()) { in PrintSwitchToSection()
122 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()
153 if (!SectionAttrDescriptors[i].AssemblerName.empty()) in PrintSwitchToSection()
154 OS << SectionAttrDescriptors[i].AssemblerName; in PrintSwitchToSection()
227 return SectionType == Descriptor.AssemblerName; in ParseSectionSpecifier()
255 return SectionAttr.trim() == Descriptor.AssemblerName; in ParseSectionSpecifier()