Searched refs:getNonEmptySectionNames (Results 1 – 6 of 6) sorted by relevance
22 return getNonEmptySectionNames().empty(); in isEmpty()25 SetVector<StringRef> DWARFYAML::Data::getNonEmptySectionNames() const { in getNonEmptySectionNames() function in llvm::DWARFYAML::Data
293 if (Obj.DWARF.getNonEmptySectionNames().count(SectName.substr(2))) { in writeSectionData()
365 for (StringRef DebugSecName : Doc.DWARF->getNonEmptySectionNames()) { in ELFState()976 SetVector<StringRef> DebugSecNames = DWARF.getNonEmptySectionNames(); in shouldEmitDWARF()
1074 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections()
233 SetVector<StringRef> getNonEmptySectionNames() const;
206 if (DWARF && DWARF->getNonEmptySectionNames().count(SecName)) { in shouldPrintSection()515 if (DWARF.getNonEmptySectionNames().empty()) in dumpDWARFSections()