Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 DCMakeLists.txt19 InMemoryModuleCache.cpp
H A DGeneratePCH.cpp24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator()
H A DModuleManager.cpp338 InMemoryModuleCache &ModuleCache, in ModuleManager()
H A DASTReader.cpp5222 const InMemoryModuleCache &ModuleCache, in readASTFileControlBlock()
5496 const InMemoryModuleCache &ModuleCache, in isAcceptableASTFile()
9887 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
H A DASTWriter.cpp4504 InMemoryModuleCache &ModuleCache, in ASTWriter()
/openbsd-src/gnu/llvm/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;
573 InMemoryModuleCache &ModuleCache,
808 PCHGenerator(const Preprocessor &PP, InMemoryModuleCache &ModuleCache,
H A DASTReader.h89 class InMemoryModuleCache; variable
1551 ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache,
1757 const InMemoryModuleCache &ModuleCache,
1766 const InMemoryModuleCache &ModuleCache,
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h47 class InMemoryModuleCache; variable
93 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
187 InMemoryModuleCache *SharedModuleCache = nullptr);
671 InMemoryModuleCache &ModuleCache, ASTContext &Context,
819 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
H A DASTUnit.h73 class InMemoryModuleCache; variable
112 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
/openbsd-src/gnu/usr.bin/clang/libclangSerialization/
H A DMakefile19 InMemoryModuleCache.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Serialization/
H A DBUILD.gn27 "InMemoryModuleCache.cpp",
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp223 ASTWriterData(InMemoryModuleCache &ModuleCache) in ASTWriterData()
812 AST->ModuleCache = new InMemoryModuleCache; in LoadFromASTFile()
1523 AST->ModuleCache = new InMemoryModuleCache; in create()
1800 AST->ModuleCache = new InMemoryModuleCache; in LoadFromCommandLine()
2352 InMemoryModuleCache ModuleCache; in serialize()
H A DCompilerInstance.cpp66 InMemoryModuleCache *SharedModuleCache) in CompilerInstance()
70 : new InMemoryModuleCache), in CompilerInstance()
636 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
H A DPrecompiledPreamble.cpp282 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt230 clang/include/clang/Serialization/InMemoryModuleCache.h
515 clang/lib/Serialization/InMemoryModuleCache.cpp