Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h103 assert(isCsect() && "Only csect section has mapping class property!"); in getMappingClass()
113 assert(isCsect() && "Only csect section has symbol type property!"); in getCSectType()
125 bool isCsect() const { return CsectProp.has_value(); } in isCsect() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp84 if (isCsect() && getMappingClass() == XCOFF::XMC_TD) { in printSwitchToSection()
96 if (isCsect() && getCSectType() == XCOFF::XTY_CM) { in printSwitchToSection()
H A DXCOFFObjectWriter.cpp568 if (MCSec->isCsect()) { in executePostLayoutBinding()
627 assert(Csect->MCSec->isCsect() && "only csect is supported now!"); in executePostLayoutBinding()
1126 if (Section.MCSec->isCsect()) in writeRelocation()