Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h203 bool GetDebugInfoIndexWasLoadedFromCache() const override { in GetDebugInfoIndexWasLoadedFromCache() function
204 return m_sym_file_impl->GetDebugInfoIndexWasLoadedFromCache(); in GetDebugInfoIndexWasLoadedFromCache()
H A DSymbolFile.h427 virtual bool GetDebugInfoIndexWasLoadedFromCache() const = 0;
539 bool GetDebugInfoIndexWasLoadedFromCache() const override { in GetDebugInfoIndexWasLoadedFromCache() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp247 sym_file->GetDebugInfoIndexWasLoadedFromCache(); in ReportStatistics()