Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp71 case XCOFF::XMC_TC: in printSwitchToSection()
H A DXCOFFObjectWriter.cpp534 case XCOFF::XMC_TC: in getCsectGroup()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h119 XMC_TC = 3, ///< General TOC item enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2416 XCOFF::CsectProperties(XCOFF::XMC_TC, XCOFF::XTY_SD)); in getSectionForExternalReference()
2679 return XCOFF::XMC_TC; in getSectionForTOCEntry()
2690 : XCOFF::XMC_TC; in getSectionForTOCEntry()
2694 : XCOFF::XMC_TC; in getSectionForTOCEntry()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp136 ECase(XMC_TC); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp558 ECase(XMC_TC), ECase(XMC_TD), ECase(XMC_DS), ECase(XMC_UA),