Searched refs:DWARFDebugLoc (Results 1 – 8 of 8) sorted by relevance
89 class DWARFDebugLoc final : public DWARFLocationTable {108 DWARFDebugLoc(DWARFDataExtractor Data) in DWARFDebugLoc() function
37 class DWARFDebugLoc; variable54 std::unique_ptr<DWARFDebugLoc> Loc;285 const DWARFDebugLoc *getDebugLoc();
16 DWARFDebugLoc.cpp
187 void DWARFDebugLoc::dump(raw_ostream &OS, const MCRegisterInfo *MRI, in dump()210 Error DWARFDebugLoc::visitLocationList( in visitLocationList()250 void DWARFDebugLoc::dumpRawEntry(const DWARFLocationEntry &Entry, in dumpRawEntry()
837 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc()847 Loc.reset(new DWARFDebugLoc(std::move(LocData))); in getDebugLoc()
580 LocTable = std::make_unique<DWARFDebugLoc>(DWARFDataExtractor( in tryExtractDIEsIfNeeded()
23 "DWARFDebugLoc.cpp",
501 return std::make_unique<llvm::DWARFDebugLoc>(llvm_data); in GetLocationTable()