Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h214 bool GetDebugInfoIndexWasSavedToCache() const override { in GetDebugInfoIndexWasSavedToCache() function
215 return m_sym_file_impl->GetDebugInfoIndexWasSavedToCache(); in GetDebugInfoIndexWasSavedToCache()
H A DSymbolFile.h360 virtual bool GetDebugInfoIndexWasSavedToCache() const = 0;
431 bool GetDebugInfoIndexWasSavedToCache() const override { in GetDebugInfoIndexWasSavedToCache() function
/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp229 sym_file->GetDebugInfoIndexWasSavedToCache(); in ReportStatistics()