Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DCaching.h57 using FileCache = std::function<Expected<AddStreamFn>( global() variable
/llvm-project/clang-tools-extra/clangd/support/
H A DFileCache.cpp25 FileCache::FileCache(llvm::StringRef Path) in FileCache() function in clang::clangd::FileCache
/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h126 typedef std::map<FileSpec, FileSP> FileCache; global() typedef
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp34 std::vector<uint32_t> FileCache; global() member