Home
last modified time | relevance | path

Searched refs:XMC_TE (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp72 case XCOFF::XMC_TE: in printSwitchToSection()
H A DXCOFFObjectWriter.cpp535 case XCOFF::XMC_TE: in getCsectGroup()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h128 XMC_TE = 22 ///< Symbol mapped at the end of TOC enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp144 ECase(XMC_TE); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2685 return XCOFF::XMC_TE; in getSectionForTOCEntry()
2689 return TM.getCodeModel() == CodeModel::Large ? XCOFF::XMC_TE in getSectionForTOCEntry()
2693 ? XCOFF::XMC_TE in getSectionForTOCEntry()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp560 ECase(XMC_TE)