Searched refs:InMemoryModuleCache (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | InMemoryModuleCache.cpp | 14 InMemoryModuleCache::State 15 InMemoryModuleCache::getPCMState(llvm::StringRef Filename) const { in getPCMState() 25 InMemoryModuleCache::addPCM(llvm::StringRef Filename, in addPCM() 33 InMemoryModuleCache::addBuiltPCM(llvm::StringRef Filename, in addBuiltPCM() 44 InMemoryModuleCache::lookupPCM(llvm::StringRef Filename) const { in lookupPCM() 51 bool InMemoryModuleCache::isPCMFinal(llvm::StringRef Filename) const { in isPCMFinal() 55 bool InMemoryModuleCache::shouldBuildPCM(llvm::StringRef Filename) const { in shouldBuildPCM() 59 bool InMemoryModuleCache::tryToDropPCM(llvm::StringRef Filename) { in tryToDropPCM() 73 void InMemoryModuleCache::finalizePCM(llvm::StringRef Filename) { in finalizePCM()
|
| H A D | GeneratePCH.cpp | 24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator()
|
| H A D | ModuleManager.cpp | 327 InMemoryModuleCache &ModuleCache, in ModuleManager()
|
| H A D | ASTReader.cpp | 5399 const InMemoryModuleCache &ModuleCache, in readASTFileControlBlock() 5691 const InMemoryModuleCache &ModuleCache, in isAcceptableASTFile() 10166 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
|
| H A D | ASTWriter.cpp | 4602 InMemoryModuleCache &ModuleCache, in ASTWriter()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 41 class InMemoryModuleCache; variable 69 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; 137 explicit ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache, 310 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
| H A D | InMemoryModuleCache.h | 29 class InMemoryModuleCache : public llvm::RefCountedBase<InMemoryModuleCache> {
|
| H A D | ASTWriter.h | 64 class InMemoryModuleCache; variable 117 InMemoryModuleCache &ModuleCache; 597 InMemoryModuleCache &ModuleCache, 860 PCHGenerator(const Preprocessor &PP, InMemoryModuleCache &ModuleCache,
|
| H A D | ASTReader.h | 90 class InMemoryModuleCache; variable 1573 ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, 1784 const InMemoryModuleCache &ModuleCache, 1793 const InMemoryModuleCache &ModuleCache,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 53 class InMemoryModuleCache; variable 99 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; 193 InMemoryModuleCache *SharedModuleCache = nullptr); 703 InMemoryModuleCache &ModuleCache, ASTContext &Context, 852 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
| H A D | ASTUnit.h | 73 class InMemoryModuleCache; variable 113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 221 ASTWriterData(InMemoryModuleCache &ModuleCache) in ASTWriterData() 816 AST->ModuleCache = new InMemoryModuleCache; in LoadFromASTFile() 1532 AST->ModuleCache = new InMemoryModuleCache; in create() 1816 AST->ModuleCache = new InMemoryModuleCache; in LoadFromCommandLine() 2360 InMemoryModuleCache ModuleCache; in serialize()
|
| H A D | CompilerInstance.cpp | 67 InMemoryModuleCache *SharedModuleCache) in CompilerInstance() 71 : new InMemoryModuleCache), in CompilerInstance() 629 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
|
| H A D | PrecompiledPreamble.cpp | 294 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
|
| /freebsd-14.2/lib/clang/libclang/ |
| H A D | Makefile | 599 SRCS_MIN+= Serialization/InMemoryModuleCache.cpp
|