Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DDataFileCache.cpp22 DataFileCache::DataFileCache(llvm::StringRef path) { in DataFileCache() function in DataFileCache
66 DataFileCache::GetCachedData(llvm::StringRef key) { in GetCachedData()
100 bool DataFileCache::SetCachedData(llvm::StringRef key, in SetCachedData()
142 FileSpec DataFileCache::GetCacheFilePath(llvm::StringRef key) { in GetCacheFilePath()
150 Status DataFileCache::RemoveCacheFile(llvm::StringRef key) { in RemoveCacheFile()
H A DCMakeLists.txt28 DataFileCache.cpp
H A DModule.cpp1701 DataFileCache *Module::GetIndexCache() { in GetIndexCache()
1706 static DataFileCache *g_data_file_cache = in GetIndexCache()
1707 new DataFileCache(ModuleList::GetGlobalModuleListProperties() in GetIndexCache()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDataFileCache.h41 class DataFileCache {
47 DataFileCache(llvm::StringRef path);
H A DModule.h990 static DataFileCache *GetIndexCache();
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Core/
H A DBUILD.gn50 "DataFileCache.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp666 DataFileCache *cache = Module::GetIndexCache(); in LoadFromCache()
689 DataFileCache *cache = Module::GetIndexCache(); in SaveToCache()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymtab.cpp1173 DataFileCache *cache = Module::GetIndexCache(); in SaveToCache()
1341 DataFileCache *cache = Module::GetIndexCache(); in LoadFromCache()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h75 class DataFileCache; variable
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3669 lldb/include/lldb/Core/DataFileCache.h