Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp124 if (getKind().isMetadata() && isDwarfSect()) { in printSwitchToSection()
H A DXCOFFObjectWriter.cpp217 assert(DwarfSect->MCSec->isDwarfSect() && in DwarfSectionEntry()
577 } else if (MCSec->isDwarfSect()) { in executePostLayoutBinding()
599 if (ContainingCsect->isDwarfSect()) in executePostLayoutBinding()
678 if (ContainingSect->isDwarfSect()) in recordRelocation()
990 assert(DwarfSectionRef.MCSec->isDwarfSect() && "Not a DWARF section!"); in writeSymbolEntryForDwarfSection()
1130 assert(Section.MCSec->isDwarfSect() && "unsupport section type!"); in writeRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h126 bool isDwarfSect() const { return DwarfSubtypeFlags.has_value(); } in isDwarfSect() function