Searched refs:DWARFDebugLoc (Results 1 – 7 of 7) sorted by relevance
90 class LLVM_ABI DWARFDebugLoc final : public DWARFLocationTable {109 DWARFDebugLoc(DWARFDataExtractor Data) in DWARFDebugLoc() function
39 class DWARFDebugLoc; variable80 virtual const DWARFDebugLoc *getDebugLoc() = 0;304 const DWARFDebugLoc *getDebugLoc();
186 void DWARFDebugLoc::dump(raw_ostream &OS, const DWARFObject &Obj, in dump()209 Error DWARFDebugLoc::visitLocationList( in visitLocationList()249 void DWARFDebugLoc::dumpRawEntry(const DWARFLocationEntry &Entry, in dumpRawEntry()
257 std::unique_ptr<DWARFDebugLoc> Loc;372 const DWARFDebugLoc *getDebugLoc() override { in getDebugLoc()383 Loc = std::make_unique<DWARFDebugLoc>(std::move(Data)); in getDebugLoc()665 const DWARFDebugLoc *getDebugLoc() override { in getDebugLoc()1431 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc()
592 LocTable = std::make_unique<DWARFDebugLoc>(DWARFDataExtractor( in tryExtractDIEsIfNeeded()
532 return std::make_unique<llvm::DWARFDebugLoc>(llvm_data); in GetLocationTable()
620 SRCS_MIN+= DebugInfo/DWARF/DWARFDebugLoc.cpp