Searched refs:getNonEmptySectionNames (Results 1 – 5 of 5) sorted by relevance
22 return getNonEmptySectionNames().empty(); in isEmpty()25 SetVector<StringRef> DWARFYAML::Data::getNonEmptySectionNames() const { in getNonEmptySectionNames() function in llvm::DWARFYAML::Data
331 if (Obj.DWARF.getNonEmptySectionNames().count(SectName.substr(2))) { in writeSectionData()
411 for (StringRef DebugSecName : Doc.DWARF->getNonEmptySectionNames()) { in ELFState()1076 SetVector<StringRef> DebugSecNames = DWARF.getNonEmptySectionNames(); in shouldEmitDWARF()
1263 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections()
257 SetVector<StringRef> getNonEmptySectionNames() const;