Searched refs:isDwarfSect (Results 1 – 3 of 3) sorted by relevance
124 if (getKind().isMetadata() && isDwarfSect()) { in printSwitchToSection()
217 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()
126 bool isDwarfSect() const { return DwarfSubtypeFlags.has_value(); } in isDwarfSect() function