Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp26 StringLiteral AssemblerName, EnumName; member
74 StringLiteral AssemblerName, EnumName; member
124 if (!SectionTypeDescriptors[SectionType].AssemblerName.empty()) { in printSwitchToSection()
126 OS << SectionTypeDescriptors[SectionType].AssemblerName; in printSwitchToSection()
157 if (!SectionAttrDescriptors[i].AssemblerName.empty()) in printSwitchToSection()
158 OS << SectionAttrDescriptors[i].AssemblerName; in printSwitchToSection()
223 return SectionType == Descriptor.AssemblerName; in ParseSectionSpecifier()
254 return SectionAttr.trim() == Descriptor.AssemblerName; in ParseSectionSpecifier()