Searched refs:DWARFDebugLoc (Results 1 – 7 of 7) sorted by relevance
88 class DWARFDebugLoc final : public DWARFLocationTable {107 DWARFDebugLoc(DWARFDataExtractor Data) in DWARFDebugLoc() function
38 class DWARFDebugLoc; variable79 virtual const DWARFDebugLoc *getDebugLoc() = 0;298 const DWARFDebugLoc *getDebugLoc();
185 void DWARFDebugLoc::dump(raw_ostream &OS, const DWARFObject &Obj, in dump()208 Error DWARFDebugLoc::visitLocationList( in visitLocationList()248 void DWARFDebugLoc::dumpRawEntry(const DWARFLocationEntry &Entry, in dumpRawEntry()
259 std::unique_ptr<DWARFDebugLoc> Loc;374 const DWARFDebugLoc *getDebugLoc() override { in getDebugLoc()385 Loc = std::make_unique<DWARFDebugLoc>(std::move(Data)); in getDebugLoc()669 const DWARFDebugLoc *getDebugLoc() override { in getDebugLoc()1436 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc()
593 LocTable = std::make_unique<DWARFDebugLoc>(DWARFDataExtractor( in tryExtractDIEsIfNeeded()
529 return std::make_unique<llvm::DWARFDebugLoc>(llvm_data); in GetLocationTable()
578 SRCS_MIN+= DebugInfo/DWARF/DWARFDebugLoc.cpp