Home
last modified time | relevance | path

Searched refs:RemoveCacheFile (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp251 auto RemoveCacheFile = [&]() { in pruneCache() local
277 RemoveCacheFile(); in pruneCache()
316 RemoveCacheFile(); in pruneCache()
/llvm-project/lldb/include/lldb/Core/
H A DDataFileCache.h87 Status RemoveCacheFile(llvm::StringRef key);
/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp158 Status DataFileCache::RemoveCacheFile(llvm::StringRef key) { in RemoveCacheFile() function in DataFileCache
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp774 cache->RemoveCacheFile(GetCacheKey());
/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp1370 cache->RemoveCacheFile(GetCacheKey()); in LoadFromCache()