Home
last modified time | relevance | path

Searched refs:getNonEmptySectionNames (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp22 return getNonEmptySectionNames().empty(); in isEmpty()
25 SetVector<StringRef> DWARFYAML::Data::getNonEmptySectionNames() const { in getNonEmptySectionNames() function in llvm::DWARFYAML::Data
H A DMachOEmitter.cpp331 if (Obj.DWARF.getNonEmptySectionNames().count(SectName.substr(2))) { in writeSectionData()
H A DELFEmitter.cpp411 for (StringRef DebugSecName : Doc.DWARF->getNonEmptySectionNames()) { in ELFState()
1076 SetVector<StringRef> DebugSecNames = DWARF.getNonEmptySectionNames(); in shouldEmitDWARF()
H A DDWARFEmitter.cpp1263 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h257 SetVector<StringRef> getNonEmptySectionNames() const;