Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp58 if (getMappingClass() != XCOFF::XMC_TL) in printSwitchToSection()
H A DMCObjectFileInfo.cpp924 XCOFF::CsectProperties(XCOFF::StorageMappingClass::XMC_TL, XCOFF::XTY_SD), in initXCOFFMCObjectFileInfo()
H A DXCOFFObjectWriter.cpp517 case XCOFF::XMC_TL: in getCsectGroup()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h126 XMC_TL = 20, ///< Initialized thread-local variable enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp142 ECase(XMC_TL); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp559 ECase(XMC_BS), ECase(XMC_UC), ECase(XMC_TL), ECase(XMC_UL),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2517 Name, Kind, XCOFF::CsectProperties(XCOFF::XMC_TL, XCOFF::XTY_SD)); in SelectSectionForGlobal()