Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator()
H A DModuleManager.cpp327 InMemoryModuleCache &ModuleCache, in ModuleManager()
H A DASTReader.cpp5399 const InMemoryModuleCache &ModuleCache, in readASTFileControlBlock()
5691 const InMemoryModuleCache &ModuleCache, in isAcceptableASTFile()
10166 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
H A DASTWriter.cpp4602 InMemoryModuleCache &ModuleCache, in ASTWriter()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h41 class InMemoryModuleCache; variable
69 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
137 explicit ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache,
310 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
H A DInMemoryModuleCache.h29 class InMemoryModuleCache : public llvm::RefCountedBase<InMemoryModuleCache> {
H A DASTWriter.h64 class InMemoryModuleCache; variable
117 InMemoryModuleCache &ModuleCache;
597 InMemoryModuleCache &ModuleCache,
860 PCHGenerator(const Preprocessor &PP, InMemoryModuleCache &ModuleCache,
H A DASTReader.h90 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 DCompilerInstance.h53 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 DASTUnit.h73 class InMemoryModuleCache; variable
113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp221 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 DCompilerInstance.cpp67 InMemoryModuleCache *SharedModuleCache) in CompilerInstance()
71 : new InMemoryModuleCache), in CompilerInstance()
629 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
H A DPrecompiledPreamble.cpp294 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile599 SRCS_MIN+= Serialization/InMemoryModuleCache.cpp