Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp120 if (getKind().isMetadata() && isDwarfSect()) { in printSwitchToSection()
134 if (isDwarfSect()) in isVirtualSection()
H A DXCOFFObjectWriter.cpp218 assert(DwarfSect->MCSec->isDwarfSect() && in DwarfSectionEntry()
572 } else if (MCSec->isDwarfSect()) { in executePostLayoutBinding()
664 if (ContainingSect->isDwarfSect()) in recordRelocation()
936 assert(DwarfSectionRef.MCSec->isDwarfSect() && "Not a DWARF section!"); in writeSymbolEntryForDwarfSection()
1076 assert(Section.MCSec->isDwarfSect() && "unsupport section type!"); in writeRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h121 bool isDwarfSect() const { return DwarfSubtypeFlags.has_value(); } in isDwarfSect() function