Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h208 bool GetDebugInfoIndexWasLoadedFromCache() const override { in GetDebugInfoIndexWasLoadedFromCache() function
209 return m_sym_file_impl->GetDebugInfoIndexWasLoadedFromCache(); in GetDebugInfoIndexWasLoadedFromCache()
H A DSymbolFile.h358 virtual bool GetDebugInfoIndexWasLoadedFromCache() const = 0;
425 bool GetDebugInfoIndexWasLoadedFromCache() const override { in GetDebugInfoIndexWasLoadedFromCache() function
/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp225 sym_file->GetDebugInfoIndexWasLoadedFromCache(); in ReportStatistics()