Home
last modified time | relevance | path

Searched refs:InMemoryModuleCache (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp14 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 DGeneratePCH.cpp26 Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef OutputFile, in PCHGenerator()
94 InMemoryModuleCache &ModuleCache, in CXX20ModulesGenerator()
H A DASTReader.cpp5404 const InMemoryModuleCache &ModuleCache, in readASTFileControlBlock()
5697 const InMemoryModuleCache &ModuleCache, in isAcceptableASTFile()
10362 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
H A DASTWriter.cpp4837 InMemoryModuleCache &ModuleCache, in ASTWriter()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h40 class InMemoryModuleCache; variable
68 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
136 explicit ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache,
309 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
H A DInMemoryModuleCache.h29 class InMemoryModuleCache : public llvm::RefCountedBase<InMemoryModuleCache> {
H A DASTWriter.h63 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 DASTReader.h90 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 DCompilerInstance.h53 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 DASTUnit.h73 class InMemoryModuleCache; variable
113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp222 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 DCompilerInstance.cpp67 InMemoryModuleCache *SharedModuleCache) in CompilerInstance()
71 : new InMemoryModuleCache), in CompilerInstance()
628 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
H A DPrecompiledPreamble.cpp295 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
/freebsd/lib/clang/libclang/
H A DMakefile644 SRCS_MIN+= Serialization/InMemoryModuleCache.cpp