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.cpp164 bool SymbolFileDWARFDwo::GetDebugInfoIndexWasSavedToCache() const { in GetDebugInfoIndexWasSavedToCache() function in SymbolFileDWARFDwo
165 return GetBaseSymbolFile().GetDebugInfoIndexWasSavedToCache(); in GetDebugInfoIndexWasSavedToCache()
H A DSymbolFileDWARFDwo.h65 bool GetDebugInfoIndexWasSavedToCache() const override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h209 bool GetDebugInfoIndexWasSavedToCache() const override { in GetDebugInfoIndexWasSavedToCache() function
210 return m_sym_file_impl->GetDebugInfoIndexWasSavedToCache(); in GetDebugInfoIndexWasSavedToCache()
H A DSymbolFile.h437 virtual bool GetDebugInfoIndexWasSavedToCache() const = 0;
553 bool GetDebugInfoIndexWasSavedToCache() const override { in GetDebugInfoIndexWasSavedToCache() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp285 sym_file->GetDebugInfoIndexWasSavedToCache(); in ReportStatistics()