Home
last modified time | relevance | path

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

/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.h429 virtual bool GetDebugInfoIndexWasSavedToCache() const = 0;
545 bool GetDebugInfoIndexWasSavedToCache() const override { in GetDebugInfoIndexWasSavedToCache() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp251 sym_file->GetDebugInfoIndexWasSavedToCache(); in ReportStatistics()