Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.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()
H A DXCOFFObjectWriter.cpp541 case XCOFF::XMC_TD: in getCsectGroup()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h120 XMC_TD = 16, ///< Scalar data item in the TOC enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h50 /*IsVirtual=*/ST == XCOFF::XTY_CM && SMC != XCOFF::XMC_TD, in MCSectionXCOFF()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp137 ECase(XMC_TD); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.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/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.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/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp558 ECase(XMC_TC), ECase(XMC_TD), ECase(XMC_DS), ECase(XMC_UA),