Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSectionXCOFF.cpp111 if (getKind().isMetadata() && isDwarfSect()) { in printSwitchToSection()
125 if (isDwarfSect()) in isVirtualSection()
H A DXCOFFObjectWriter.cpp196 assert(DwarfSect->MCSec->isDwarfSect() && in DwarfSectionEntry()
507 } else if (MCSec->isDwarfSect()) { in executePostLayoutBinding()
595 if (ContainingSect->isDwarfSect()) in recordRelocation()
859 assert(DwarfSectionRef.MCSec->isDwarfSect() && "Not a DWARF section!"); in writeSymbolEntryForDwarfSection()
997 assert(Section.MCSec->isDwarfSect() && "unsupport section type!"); in writeRelocation()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h120 bool isDwarfSect() const { return DwarfSubtypeFlags.has_value(); } in isDwarfSect() function