Home
last modified time | relevance | path

Searched refs:isCsect (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp84 if (isCsect() && getMappingClass() == XCOFF::XMC_TD) { in printSwitchToSection()
92 if (isCsect() && getCSectType() == XCOFF::XTY_CM) { in printSwitchToSection()
136 assert(isCsect() && in isVirtualSection()
H A DXCOFFObjectWriter.cpp563 if (MCSec->isCsect()) { in executePostLayoutBinding()
619 assert(Csect->MCSec->isCsect() && "only csect is supported now!"); in executePostLayoutBinding()
1072 if (Section.MCSec->isCsect()) in writeRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h97 assert(isCsect() && "Only csect section has mapping class property!"); in getMappingClass()
107 assert(isCsect() && "Only csect section has symbol type property!"); in getCSectType()
120 bool isCsect() const { return CsectProp.has_value(); } in isCsect() function