Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h85 class DWARFDebugLoc final : public DWARFLocationTable {
104 DWARFDebugLoc(DWARFDataExtractor Data) in DWARFDebugLoc() function
H A DDWARFContext.h59 std::unique_ptr<DWARFDebugLoc> Loc;
278 const DWARFDebugLoc *getDebugLoc();
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp185 void DWARFDebugLoc::dump(raw_ostream &OS, const MCRegisterInfo *MRI, in dump()
208 Error DWARFDebugLoc::visitLocationList( in visitLocationList()
248 void DWARFDebugLoc::dumpRawEntry(const DWARFLocationEntry &Entry, in dumpRawEntry()
H A DDWARFContext.cpp799 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc()
809 Loc.reset(new DWARFDebugLoc(std::move(LocData))); in getDebugLoc()
H A DDWARFUnit.cpp549 LocTable = std::make_unique<DWARFDebugLoc>(DWARFDataExtractor( in tryExtractDIEsIfNeeded()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp471 return std::make_unique<llvm::DWARFDebugLoc>(llvm_data); in GetLocationTable()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile496 SRCS_MIW+= DebugInfo/DWARF/DWARFDebugLoc.cpp