Searched refs:XMC_TD (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | MCSectionXCOFF.cpp | 39 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()
|
| HD | XCOFFObjectWriter.cpp | 541 case XCOFF::XMC_TD: in getCsectGroup()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| HD | XCOFF.h | 120 XMC_TD = 16, ///< Scalar data item in the TOC enumerator
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| HD | MCSectionXCOFF.h | 50 /*IsVirtual=*/ST == XCOFF::XTY_CM && SMC != XCOFF::XMC_TD, in MCSectionXCOFF()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | XCOFFYAML.cpp | 137 ECase(XMC_TD); in enumeration()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | TargetLoweringObjectFileImpl.cpp | 2381 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/ |
| HD | PPCAsmPrinter.cpp | 2828 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/ |
| HD | XCOFFDumper.cpp | 558 ECase(XMC_TC), ECase(XMC_TD), ECase(XMC_DS), ECase(XMC_UA),
|