Lines Matching refs:DWARFCtx
55 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()
1567 return elf2yaml(Out, ELFObj->getELFFile(), std::move(DWARFCtx)); in elf2yaml()
1570 return elf2yaml(Out, ELFObj->getELFFile(), std::move(DWARFCtx)); in elf2yaml()
1573 return elf2yaml(Out, ELFObj->getELFFile(), std::move(DWARFCtx)); in elf2yaml()