Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h291 XCOFF::StorageMappingClass MappingClass; member
297 XCOFF::StorageMappingClass MappingClass) in XCOFFSectionKey()
298 : SectionName(SectionName), MappingClass(MappingClass), IsCsect(true) {} in XCOFFSectionKey()
307 return std::tie(SectionName, MappingClass) <
308 std::tie(Other.SectionName, Other.MappingClass);
H A DMCSectionXCOFF.h104 return CsectProp->MappingClass; in getMappingClass()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp889 XCOFFSectionKey(Section.str(), CsectProp.MappingClass)) != 0; in hasXCOFFSection()
902 : XCOFFSectionKey(Section.str(), CsectProp->MappingClass), in getXCOFFSection()
922 XCOFF::getMappingClassString(CsectProp->MappingClass) + "]")); in getXCOFFSection()
933 MCSectionXCOFF(QualName->getUnqualifiedName(), CsectProp->MappingClass, in getXCOFFSection()
946 if (IsDwarfSec || CsectProp->MappingClass == XCOFF::XMC_PR) in getXCOFFSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2431 XCOFF::StorageMappingClass MappingClass; in getExplicitSectionGlobal() local
2433 MappingClass = XCOFF::XMC_PR; in getExplicitSectionGlobal()
2435 MappingClass = XCOFF::XMC_RW; in getExplicitSectionGlobal()
2437 MappingClass = in getExplicitSectionGlobal()
2440 MappingClass = XCOFF::XMC_RO; in getExplicitSectionGlobal()
2445 SectionName, Kind, XCOFF::CsectProperties(MappingClass, XCOFF::XTY_SD), in getExplicitSectionGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2956 const XCOFF::StorageMappingClass MappingClass = in emitGCOVRefs() local
2960 XCOFF::CsectProperties(MappingClass, XCOFF::XTY_SD))) { in emitGCOVRefs()