Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h206 void SetDebugInfoIndexWasLoadedFromCache() override { in SetDebugInfoIndexWasLoadedFromCache() function
207 m_sym_file_impl->SetDebugInfoIndexWasLoadedFromCache(); in SetDebugInfoIndexWasLoadedFromCache()
H A DSymbolFile.h428 virtual void SetDebugInfoIndexWasLoadedFromCache() = 0;
542 void SetDebugInfoIndexWasLoadedFromCache() override { in SetDebugInfoIndexWasLoadedFromCache() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp41 m_dwarf->SetDebugInfoIndexWasLoadedFromCache(); in Index()