Home
last modified time | relevance | path

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

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