Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h211 bool GetDebugInfoIndexWasLoadedFromCache() const override { in GetDebugInfoIndexWasLoadedFromCache() function
212 return m_sym_file_impl->GetDebugInfoIndexWasLoadedFromCache(); in GetDebugInfoIndexWasLoadedFromCache()
H A DSymbolFile.h403 virtual bool GetDebugInfoIndexWasLoadedFromCache() const = 0;
487 bool GetDebugInfoIndexWasLoadedFromCache() const override { in GetDebugInfoIndexWasLoadedFromCache() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp247 sym_file->GetDebugInfoIndexWasLoadedFromCache(); in ReportStatistics()