Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCaching.h85 struct FileCache { struct
86 FileCache(FileCacheFunction CacheFn, const std::string &DirectoryPath) in FileCache() function
101 FileCacheFunction CacheFunction = nullptr; argument
117 LLVM_ABI Expected<FileCache> localCache( argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h141 typedef std::map<FileSpec, FileSP> FileCache; typedef
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp31 std::vector<uint32_t> FileCache; member
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp2510 AddStreamFn AddStream, FileCache /*Cache*/) { in createOutOfProcessThinBackend()