Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionXCOFF.cpp46 if (getMappingClass() != XCOFF::XMC_RW && in printSwitchToSection()
66 case XCOFF::XMC_RW: in printSwitchToSection()
97 assert((getMappingClass() == XCOFF::XMC_RW || in printSwitchToSection()
HDMCObjectFileInfo.cpp901 XCOFF::CsectProperties(XCOFF::StorageMappingClass::XMC_RW, XCOFF::XTY_SD), in initXCOFFMCObjectFileInfo()
942 XCOFF::CsectProperties(XCOFF::StorageMappingClass::XMC_RW, in initXCOFFMCObjectFileInfo()
HDXCOFFObjectWriter.cpp502 case XCOFF::XMC_RW: in getCsectGroup()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDXCOFF.h117 XMC_RW = 5, ///< Read Write Data enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp2388 MappingClass = XCOFF::XMC_RW; in getExplicitSectionGlobal()
2391 TM.Options.XCOFFReadOnlyPointers ? XCOFF::XMC_RO : XCOFF::XMC_RW; in getExplicitSectionGlobal()
2456 : Kind.isCommon() ? XCOFF::XMC_RW in SelectSectionForGlobal()
2492 XCOFF::CsectProperties(XCOFF::XMC_RW, XCOFF::XTY_SD)); in SelectSectionForGlobal()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDXCOFFYAML.cpp134 ECase(XMC_RW); in enumeration()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp2919 XCOFF::CsectProperties(XCOFF::XMC_RW, XCOFF::XTY_SD))) in emitPGORefs()
2940 XCOFF::CsectProperties(XCOFF::XMC_RW, XCOFF::XTY_SD), in emitPGORefs()
2946 XCOFF::CsectProperties(XCOFF::XMC_RW, XCOFF::XTY_SD))) { in emitPGORefs()
2958 XCOFF::CsectProperties(XCOFF::XMC_RW, XCOFF::XTY_SD))) { in emitPGORefs()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDXCOFFDumper.cpp557 ECase(XMC_TI), ECase(XMC_TB), ECase(XMC_RW), ECase(XMC_TC0),