Searched defs:FileCache (Results 1 – 4 of 4) sorted by relevance
85 struct FileCache { struct86 FileCache(FileCacheFunction CacheFn, const std::string &DirectoryPath) in FileCache() function101 FileCacheFunction CacheFunction = nullptr; argument117 LLVM_ABI Expected<FileCache> localCache( argument
141 typedef std::map<FileSpec, FileSP> FileCache; typedef
31 std::vector<uint32_t> FileCache; member
2510 AddStreamFn AddStream, FileCache /*Cache*/) { in createOutOfProcessThinBackend()