Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp22 return getNonEmptySectionNames().empty(); in isEmpty()
25 SetVector<StringRef> DWARFYAML::Data::getNonEmptySectionNames() const { in getNonEmptySectionNames() function in llvm::DWARFYAML::Data
DMachOEmitter.cpp293 if (Obj.DWARF.getNonEmptySectionNames().count(SectName.substr(2))) { in writeSectionData()
DELFEmitter.cpp365 for (StringRef DebugSecName : Doc.DWARF->getNonEmptySectionNames()) { in ELFState()
976 SetVector<StringRef> DebugSecNames = DWARF.getNonEmptySectionNames(); in shouldEmitDWARF()
DDWARFEmitter.cpp1074 for (StringRef SecName : DI.getNonEmptySectionNames()) in emitDebugSections()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h233 SetVector<StringRef> getNonEmptySectionNames() const;
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp206 if (DWARF && DWARF->getNonEmptySectionNames().count(SecName)) { in shouldPrintSection()
515 if (DWARF.getNonEmptySectionNames().empty()) in dumpDWARFSections()