Home
last modified time | relevance | path

Searched refs:GetDebugInfoIndexWasSavedToCache (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp165 bool SymbolFileDWARFDwo::GetDebugInfoIndexWasSavedToCache() const { in GetDebugInfoIndexWasSavedToCache() function in SymbolFileDWARFDwo
166 return GetBaseSymbolFile().GetDebugInfoIndexWasSavedToCache(); in GetDebugInfoIndexWasSavedToCache()
H A DSymbolFileDWARFDwo.h65 bool GetDebugInfoIndexWasSavedToCache() const override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h213 bool GetDebugInfoIndexWasSavedToCache() const override { in GetDebugInfoIndexWasSavedToCache() function
214 return m_sym_file_impl->GetDebugInfoIndexWasSavedToCache(); in GetDebugInfoIndexWasSavedToCache()
H A DSymbolFile.h448 virtual bool GetDebugInfoIndexWasSavedToCache() const = 0;
577 bool GetDebugInfoIndexWasSavedToCache() const override { in GetDebugInfoIndexWasSavedToCache() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp369 sym_file->GetDebugInfoIndexWasSavedToCache(); in ReportStatistics()