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
123 if (!SectionTypeDescriptors[SectionType].AssemblerName.empty()) { in printSwitchToSection()
125 OS << SectionTypeDescriptors[SectionType].AssemblerName; in printSwitchToSection()
156 if (!SectionAttrDescriptors[i].AssemblerName.empty()) in printSwitchToSection()
157 OS << SectionAttrDescriptors[i].AssemblerName; in printSwitchToSection()
228 return SectionType == Descriptor.AssemblerName; in ParseSectionSpecifier()
259 return SectionAttr.trim() == Descriptor.AssemblerName; in ParseSectionSpecifier()