Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionXCOFF.cpp39 getMappingClass() != XCOFF::XMC_TD) in printSwitchToSection()
48 getMappingClass() != XCOFF::XMC_TD) in printSwitchToSection()
68 case XCOFF::XMC_TD: in printSwitchToSection()
84 if (isCsect() && getMappingClass() == XCOFF::XMC_TD) { in printSwitchToSection()
HDXCOFFObjectWriter.cpp541 case XCOFF::XMC_TD: in getCsectGroup()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDXCOFF.h120 XMC_TD = 16, ///< Scalar data item in the TOC enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSectionXCOFF.h50 /*IsVirtual=*/ST == XCOFF::XTY_CM && SMC != XCOFF::XMC_TD, in MCSectionXCOFF()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDXCOFFYAML.cpp137 ECase(XMC_TD); in enumeration()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp2381 XCOFF::CsectProperties(/*MappingClass*/ XCOFF::XMC_TD, XCOFF::XTY_SD), in getExplicitSectionGlobal()
2426 SMC = XCOFF::XMC_TD; in getSectionForExternalReference()
2444 Name, Kind, XCOFF::CsectProperties(XCOFF::XMC_TD, symType), in SelectSectionForGlobal()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp2828 if (GVKind.isBSSLocal() && Csect->getMappingClass() == XCOFF::XMC_TD) { in emitGlobalVariableHelper()
2831 assert(Csect->getMappingClass() != XCOFF::XMC_TD && in emitGlobalVariableHelper()
2855 if (Csect->getMappingClass() != XCOFF::XMC_TD) in emitGlobalVariableHelper()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDXCOFFDumper.cpp558 ECase(XMC_TC), ECase(XMC_TD), ECase(XMC_DS), ECase(XMC_UA),