Searched refs:DWARFDebugLoc (Results 1 – 7 of 7) sorted by relevance
85 class DWARFDebugLoc final : public DWARFLocationTable {104 DWARFDebugLoc(DWARFDataExtractor Data) in DWARFDebugLoc() function
59 std::unique_ptr<DWARFDebugLoc> Loc;278 const DWARFDebugLoc *getDebugLoc();
185 void DWARFDebugLoc::dump(raw_ostream &OS, const MCRegisterInfo *MRI, in dump()208 Error DWARFDebugLoc::visitLocationList( in visitLocationList()248 void DWARFDebugLoc::dumpRawEntry(const DWARFLocationEntry &Entry, in dumpRawEntry()
799 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc()809 Loc.reset(new DWARFDebugLoc(std::move(LocData))); in getDebugLoc()
549 LocTable = std::make_unique<DWARFDebugLoc>(DWARFDataExtractor( in tryExtractDIEsIfNeeded()
471 return std::make_unique<llvm::DWARFDebugLoc>(llvm_data); in GetLocationTable()
496 SRCS_MIW+= DebugInfo/DWARF/DWARFDebugLoc.cpp