Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp349 InMemoryModuleCache &ModuleCache, in ModuleManager()
H A DASTWriter.cpp4261 InMemoryModuleCache &ModuleCache, in ASTWriter()
H A DASTReader.cpp11646 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h41 class InMemoryModuleCache; variable
70 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
142 explicit ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache,
316 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
H A DInMemoryModuleCache.h30 class InMemoryModuleCache : public llvm::RefCountedBase<InMemoryModuleCache> {
H A DASTWriter.h75 class InMemoryModuleCache; variable
129 InMemoryModuleCache &ModuleCache;
552 InMemoryModuleCache &ModuleCache,
782 PCHGenerator(const Preprocessor &PP, InMemoryModuleCache &ModuleCache,
H A DASTReader.h89 class InMemoryModuleCache; variable
1504 ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h48 class InMemoryModuleCache; variable
94 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
187 InMemoryModuleCache *SharedModuleCache = nullptr);
668 InMemoryModuleCache &ModuleCache, ASTContext &Context,
816 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
H A DASTUnit.h74 class InMemoryModuleCache; variable
113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp223 ASTWriterData(InMemoryModuleCache &ModuleCache) in ASTWriterData()
785 AST->ModuleCache = new InMemoryModuleCache; in LoadFromASTFile()
1498 AST->ModuleCache = new InMemoryModuleCache; in create()
1773 AST->ModuleCache = new InMemoryModuleCache; in LoadFromCommandLine()
2323 InMemoryModuleCache ModuleCache; in serialize()
H A DCompilerInstance.cpp60 InMemoryModuleCache *SharedModuleCache) in CompilerInstance()
64 : new InMemoryModuleCache), in CompilerInstance()
579 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
H A DPrecompiledPreamble.cpp233 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile528 SRCS_MIN+= Serialization/InMemoryModuleCache.cpp