Searched refs:FileSystemStatCache (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | FileSystemStatCache.h | 34 class FileSystemStatCache { 38 virtual ~FileSystemStatCache() = default; 53 FileSystemStatCache *Cache, llvm::vfs::FileSystem &FS); 68 class MemorizeStatCalls : public FileSystemStatCache {
|
| H A D | FileManager.h | 44 class FileSystemStatCache; variable 118 std::unique_ptr<FileSystemStatCache> StatCache; 147 void setStatCache(std::unique_ptr<FileSystemStatCache> statCache);
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | FileSystemStatCache.cpp | 22 void FileSystemStatCache::anchor() {} in anchor() 34 FileSystemStatCache::get(StringRef Path, llvm::vfs::Status &Status, in get() 36 FileSystemStatCache *Cache, in get()
|
| H A D | FileManager.cpp | 63 void FileManager::setStatCache(std::unique_ptr<FileSystemStatCache> statCache) { in setStatCache() 615 return FileSystemStatCache::get(Path, Status, isFile, F, in getStatValue() 621 return FileSystemStatCache::get(FilePath.c_str(), Status, isFile, F, in getStatValue()
|
| H A D | CMakeLists.txt | 53 FileSystemStatCache.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Basic/ |
| H A D | BUILD.gn | 69 "FileSystemStatCache.cpp",
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | FileManagerTest.cpp | 26 class FakeStatCache : public FileSystemStatCache {
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | BreakableToken-reduced.ll | 114 %"struct.std::_Head_base.64" = type { %"class.clang::FileSystemStatCache"* } 115 %"class.clang::FileSystemStatCache" = type opaque
|