Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp55 std::unique_ptr<DWARFContext> DWARFCtx; member in __anondaeeffcc0111::ELFDumper
122 : Obj(O), DWARFCtx(std::move(DCtx)) {} in ELFDumper()
496 Err = dumpDebugARanges(*DWARFCtx.get(), DWARF); in dumpDWARFSections()
498 Err = dumpDebugStrings(*DWARFCtx.get(), DWARF); in dumpDWARFSections()
500 Err = dumpDebugRanges(*DWARFCtx.get(), DWARF); in dumpDWARFSections()
502 Err = dumpDebugAddr(*DWARFCtx.get(), DWARF); in dumpDWARFSections()
1548 std::unique_ptr<DWARFContext> DWARFCtx) { in elf2yaml() argument
1549 ELFDumper<ELFT> Dumper(Obj, std::move(DWARFCtx)); in elf2yaml()
1562 std::unique_ptr<DWARFContext> DWARFCtx = DWARFContext::create(Obj); in elf2yaml() local
1564 return elf2yaml(Out, ELFObj->getELFFile(), std::move(DWARFCtx)); in elf2yaml()
[all …]
Dmacho2yaml.cpp31 std::unique_ptr<DWARFContext> DWARFCtx; member in MachODumper
56 : Obj(O), DWARFCtx(std::move(DCtx)) {} in MachODumper()
182 if (Error Err = dumpDebugSection(SecName, *DWARFCtx.get(), Y.DWARF)) in extractSections()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp93 DWARFYAML::DWARFContext DWARFCtx; in mapping() local
94 IO.setContext(&DWARFCtx); in mapping()
101 DWARFCtx.IsGNUPubSec = true; in mapping()
/external/llvm-project/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp517 std::unique_ptr<DWARFContext> DWARFCtx = DWARFContext::create(Obj); in getDWOFilenames() local
520 for (const auto &CU : DWARFCtx->compile_units()) { in getDWOFilenames()