Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h214 void SetDebugInfoIndexWasLoadedFromCache() override { in SetDebugInfoIndexWasLoadedFromCache() function
215 m_sym_file_impl->SetDebugInfoIndexWasLoadedFromCache(); in SetDebugInfoIndexWasLoadedFromCache()
H A DSymbolFile.h404 virtual void SetDebugInfoIndexWasLoadedFromCache() = 0;
490 void SetDebugInfoIndexWasLoadedFromCache() override { in SetDebugInfoIndexWasLoadedFromCache() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp40 m_dwarf->SetDebugInfoIndexWasLoadedFromCache(); in Index()