Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dobj2yaml.h52 llvm::Error dumpDebugRanges(llvm::DWARFContext &DCtx, llvm::DWARFYAML::Data &Y);
H A Ddwarf2yaml.cpp133 Error dumpDebugRanges(DWARFContext &DCtx, DWARFYAML::Data &Y) { in dumpDebugRanges() function
H A Dmacho2yaml.cpp156 return dumpDebugRanges(DCtx, DWARF); in dumpDebugSection()
H A Delf2yaml.cpp497 Err = dumpDebugRanges(*DWARFCtx.get(), DWARF); in dumpDWARFSections()