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
291 if (Obj.DWARF.getNonEmptySectionNames().count(SectName.substr(2))) { in writeSectionData()
403 for (StringRef DebugSecName : Doc.DWARF->getNonEmptySectionNames()) { in ELFState()1069 SetVector<StringRef> DebugSecNames = DWARF.getNonEmptySectionNames(); in shouldEmitDWARF()
1073 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections()
233 SetVector<StringRef> getNonEmptySectionNames() const;