Home
last modified time | relevance | path

Searched refs:GetIndexCache (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp686 DataFileCache *cache = Module::GetIndexCache(); in LoadFromCache()
709 DataFileCache *cache = Module::GetIndexCache(); in SaveToCache()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h1034 static DataFileCache *GetIndexCache();
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp1177 DataFileCache *cache = Module::GetIndexCache(); in SaveToCache()
1345 DataFileCache *cache = Module::GetIndexCache(); in LoadFromCache()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp1690 DataFileCache *Module::GetIndexCache() { in GetIndexCache() function in Module