Home
last modified time | relevance | path

Searched refs:XMC_UL (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp99 getMappingClass() == XCOFF::XMC_UL) && in printSwitchToSection()
H A DXCOFFObjectWriter.cpp522 case XCOFF::XMC_UL: in getCsectGroup()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h127 XMC_UL = 21, ///< Uninitialized thread-local variable enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h59 if (SMC == XCOFF::XMC_UL) in MCSectionXCOFF()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp143 ECase(XMC_UL); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2422 SMC = XCOFF::XMC_UL; in getSectionForExternalReference()
2457 : XCOFF::XMC_UL; in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp559 ECase(XMC_BS), ECase(XMC_UC), ECase(XMC_TL), ECase(XMC_UL),