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.cpp159 bool SymbolFileDWARFDwo::GetDebugInfoIndexWasLoadedFromCache() const { in GetDebugInfoIndexWasLoadedFromCache() function in SymbolFileDWARFDwo
160 return GetBaseSymbolFile().GetDebugInfoIndexWasLoadedFromCache(); in GetDebugInfoIndexWasLoadedFromCache()
H A DSymbolFileDWARFDwo.h63 bool GetDebugInfoIndexWasLoadedFromCache() const override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h207 bool GetDebugInfoIndexWasLoadedFromCache() const override { in GetDebugInfoIndexWasLoadedFromCache() function
208 return m_sym_file_impl->GetDebugInfoIndexWasLoadedFromCache(); in GetDebugInfoIndexWasLoadedFromCache()
H A DSymbolFile.h446 virtual bool GetDebugInfoIndexWasLoadedFromCache() const = 0;
571 bool GetDebugInfoIndexWasLoadedFromCache() const override { in GetDebugInfoIndexWasLoadedFromCache() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp365 sym_file->GetDebugInfoIndexWasLoadedFromCache(); in ReportStatistics()