Searched refs:InMemoryModuleCache (Results 1 – 14 of 14) sorted by relevance
/freebsd/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 | 26 Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef OutputFile, in PCHGenerator() 94 InMemoryModuleCache &ModuleCache, in CXX20ModulesGenerator()
|
H A D | ASTReader.cpp | 5404 const InMemoryModuleCache &ModuleCache, in readASTFileControlBlock() 5697 const InMemoryModuleCache &ModuleCache, in isAcceptableASTFile() 10362 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
|
H A D | ASTWriter.cpp | 4837 InMemoryModuleCache &ModuleCache, in ASTWriter()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 40 class InMemoryModuleCache; variable 68 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; 136 explicit ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache, 309 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
H A D | InMemoryModuleCache.h | 29 class InMemoryModuleCache : public llvm::RefCountedBase<InMemoryModuleCache> {
|
H A D | ASTWriter.h | 63 class InMemoryModuleCache; variable 120 InMemoryModuleCache &ModuleCache; 643 InMemoryModuleCache &ModuleCache, 949 PCHGenerator(Preprocessor &PP, InMemoryModuleCache &ModuleCache, 973 CXX20ModulesGenerator(Preprocessor &PP, InMemoryModuleCache &ModuleCache, 977 CXX20ModulesGenerator(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in CXX20ModulesGenerator() 989 ReducedBMIGenerator(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ReducedBMIGenerator()
|
H A D | ASTReader.h | 90 class InMemoryModuleCache; variable 1587 ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, 1800 const InMemoryModuleCache &ModuleCache, 1809 const InMemoryModuleCache &ModuleCache,
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 53 class InMemoryModuleCache; variable 99 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; 211 InMemoryModuleCache *SharedModuleCache = nullptr); 745 InMemoryModuleCache &ModuleCache, ASTContext &Context, 894 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
H A D | ASTUnit.h | 73 class InMemoryModuleCache; variable 113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 222 ASTWriterData(InMemoryModuleCache &ModuleCache) in ASTWriterData() 828 AST->ModuleCache = new InMemoryModuleCache; in LoadFromASTFile() 1545 AST->ModuleCache = new InMemoryModuleCache; in create() 1829 AST->ModuleCache = new InMemoryModuleCache; in LoadFromCommandLine() 2373 InMemoryModuleCache ModuleCache; in serialize()
|
H A D | CompilerInstance.cpp | 67 InMemoryModuleCache *SharedModuleCache) in CompilerInstance() 71 : new InMemoryModuleCache), in CompilerInstance() 628 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
|
H A D | PrecompiledPreamble.cpp | 295 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 644 SRCS_MIN+= Serialization/InMemoryModuleCache.cpp
|