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; variable 79 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()
26 #include "llvm/DebugInfo/DWARF/DWARFDebugLoc.h"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()
18 #include "llvm/DebugInfo/DWARF/DWARFDebugLoc.h"593 LocTable = std::make_unique<DWARFDebugLoc>(DWARFDataExtractor( in parseDWO()
17 #include "llvm/DebugInfo/DWARF/DWARFDebugLoc.h"529 return std::make_unique<llvm::DWARFDebugLoc>(llvm_data); in GetLocationData()
565 SRCS_MIW+= DebugInfo/DWARF/DWARFDebugLoc.cpp