Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSectionXCOFF.cpp112 if (getKind().isMetadata() && isDwarfSect()) { in printSwitchToSection()
126 if (isDwarfSect()) in isVirtualSection()
H A DXCOFFObjectWriter.cpp191 assert(DwarfSect->MCSec->isDwarfSect() && in DwarfSectionEntry()
446 } else if (MCSec->isDwarfSect()) { in executePostLayoutBinding()
534 if (ContainingSect->isDwarfSect()) in recordRelocation()
747 assert(DwarfSectionRef.MCSec->isDwarfSect() && "Not a DWARF section!"); in writeSymbolEntryForDwarfSection()
844 assert(Section.MCSec->isDwarfSect() && "unsupport section type!"); in writeRelocation()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h120 bool isDwarfSect() const { return DwarfSubtypeFlags.has_value(); } in isDwarfSect() function