Home
last modified time | relevance | path

Searched refs:DWARFDebugLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h88 class DWARFDebugLoc final : public DWARFLocationTable {
107 DWARFDebugLoc(DWARFDataExtractor Data) in DWARFDebugLoc() function
H A DDWARFContext.h38 class DWARFDebugLoc; variable
79 virtual const DWARFDebugLoc *getDebugLoc() = 0;
298 const DWARFDebugLoc *getDebugLoc();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp185 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()
H A DDWARFContext.cpp259 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()
H A DDWARFUnit.cpp593 LocTable = std::make_unique<DWARFDebugLoc>(DWARFDataExtractor( in tryExtractDIEsIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp529 return std::make_unique<llvm::DWARFDebugLoc>(llvm_data); in GetLocationTable()
/freebsd/lib/clang/libllvm/
H A DMakefile578 SRCS_MIN+= DebugInfo/DWARF/DWARFDebugLoc.cpp