Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp291 if (Obj.DWARF.getNonEmptySectionNames().count(SectName.substr(2))) { in writeSectionData()
H A DELFEmitter.cpp372 for (StringRef DebugSecName : Doc.DWARF->getNonEmptySectionNames()) { in ELFState()
1028 SetVector<StringRef> DebugSecNames = DWARF.getNonEmptySectionNames(); in shouldEmitDWARF()
H A DDWARFEmitter.cpp1073 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h233 SetVector<StringRef> getNonEmptySectionNames() const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp199 if (DWARF && DWARF->getNonEmptySectionNames().count(SecName)) { in shouldPrintSection()
512 if (DWARF.getNonEmptySectionNames().empty()) in dumpDWARFSections()