Home
last modified time | relevance | path

Searched refs:DataFileCache (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDataFileCache.cpp22 llvm::CachePruningPolicy DataFileCache::GetLLDBIndexCachePolicy() { in GetLLDBIndexCachePolicy()
47 DataFileCache::DataFileCache(llvm::StringRef path, llvm::CachePruningPolicy policy) { in DataFileCache() function in DataFileCache
74 DataFileCache::GetCachedData(llvm::StringRef key) { in GetCachedData()
108 bool DataFileCache::SetCachedData(llvm::StringRef key, in SetCachedData()
150 FileSpec DataFileCache::GetCacheFilePath(llvm::StringRef key) { in GetCacheFilePath()
158 Status DataFileCache::RemoveCacheFile(llvm::StringRef key) { in RemoveCacheFile()
H A DCMakeLists.txt28 DataFileCache.cpp
H A DModule.cpp1690 DataFileCache *Module::GetIndexCache() { in GetIndexCache()
1695 static DataFileCache *g_data_file_cache = in GetIndexCache()
1696 new DataFileCache(ModuleList::GetGlobalModuleListProperties() in GetIndexCache()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDataFileCache.h45 class DataFileCache {
52 DataFileCache(llvm::StringRef path,
54 DataFileCache::GetLLDBIndexCachePolicy());
H A DModule.h1034 static DataFileCache *GetIndexCache();
/openbsd-src/gnu/usr.bin/clang/liblldbCore/
H A DMakefile14 DataFileCache.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Core/
H A DBUILD.gn51 "DataFileCache.cpp",
/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/source/Symbol/
H A DSymtab.cpp1177 DataFileCache *cache = Module::GetIndexCache(); in SaveToCache()
1345 DataFileCache *cache = Module::GetIndexCache(); in LoadFromCache()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h75 class DataFileCache; variable
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3664 lldb/include/lldb/Core/DataFileCache.h