Home
last modified time | relevance | path

Searched refs:dumpDebugRanges (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dobj2yaml.h56 llvm::Error dumpDebugRanges(llvm::DWARFContext &DCtx, llvm::DWARFYAML::Data &Y);
H A Ddwarf2yaml.cpp134 Error dumpDebugRanges(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dumpDebugRanges() function
H A Dmacho2yaml.cpp160 return dumpDebugRanges(DCtx, DWARF); in dumpDebugSection()
H A Delf2yaml.cpp536 Err = dumpDebugRanges(*DWARFCtx.get(), DWARF); in dumpDWARFSections()