Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp158 bool SymbolFileDWARFDwo::GetDebugInfoIndexWasLoadedFromCache() const { in GetDebugInfoIndexWasLoadedFromCache() function in SymbolFileDWARFDwo
159 return GetBaseSymbolFile().GetDebugInfoIndexWasLoadedFromCache(); in GetDebugInfoIndexWasLoadedFromCache()
H A DSymbolFileDWARFDwo.h63 bool GetDebugInfoIndexWasLoadedFromCache() const override;
/freebsd/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.h435 virtual bool GetDebugInfoIndexWasLoadedFromCache() const = 0;
547 bool GetDebugInfoIndexWasLoadedFromCache() const override { in GetDebugInfoIndexWasLoadedFromCache() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp281 sym_file->GetDebugInfoIndexWasLoadedFromCache(); in ReportStatistics()