Home
last modified time | relevance | path

Searched defs:FileCache (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCaching.h55 using FileCache = variable
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DFileCache.cpp24 FileCache::FileCache(llvm::StringRef Path) in FileCache() function in clang::clangd::FileCache
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSourceManager.h108 typedef std::map<FileSpec, FileSP> FileCache; typedef
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp31 std::vector<uint32_t> FileCache; member