Searched refs:XMC_RO (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DXCOFF.cpp25 case XCOFF::XMC_RO:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp31 if (getMappingClass() != XCOFF::XMC_RO)
H A DXCOFFObjectWriter.cpp252 case XCOFF::XMC_RO:
H A DMCObjectFileInfo.cpp806 ".rodata", XCOFF::StorageMappingClass::XMC_RO, XCOFF::XTY_SD,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h32 XMC_RO = 1, ///< Read Only Constant
/freebsd-12-stable/contrib/binutils/include/coff/
H A Dxcoff.h108 #define XMC_RO 1 /* Read-only constant */ macro
H A Dinternal.h609 #define XMC_RO 1 /* Read-only constant */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp191 ECase(XMC_PR), ECase(XMC_RO), ECase(XMC_DB),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1865 Name, XCOFF::XMC_RO, XCOFF::XTY_SD,
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c3220 case XMC_RO:
4857 tc->class = XMC_RO;

Completed in 262 milliseconds