Searched refs:InMemoryModuleCache (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | CMakeLists.txt | 18 InMemoryModuleCache.cpp
|
H A D | GeneratePCH.cpp | 24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator()
|
H A D | ModuleManager.cpp | 349 InMemoryModuleCache &ModuleCache, in ModuleManager()
|
H A D | ASTWriter.cpp | 4261 InMemoryModuleCache &ModuleCache, in ASTWriter()
|
H A D | ASTReader.cpp | 11617 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 41 class InMemoryModuleCache; variable 70 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; 142 explicit ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache, 316 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
H A D | InMemoryModuleCache.h | 30 class InMemoryModuleCache : public llvm::RefCountedBase<InMemoryModuleCache> {
|
H A D | ASTWriter.h | 75 class InMemoryModuleCache; variable 129 InMemoryModuleCache &ModuleCache; 552 InMemoryModuleCache &ModuleCache, 782 PCHGenerator(const Preprocessor &PP, InMemoryModuleCache &ModuleCache,
|
H A D | ASTReader.h | 89 class InMemoryModuleCache; variable 1501 ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 47 class InMemoryModuleCache; variable 93 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; 187 InMemoryModuleCache *SharedModuleCache = nullptr); 668 InMemoryModuleCache &ModuleCache, ASTContext &Context, 818 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
H A D | ASTUnit.h | 74 class InMemoryModuleCache; variable 113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
|
/netbsd-src/external/apache2/llvm/lib/libclangSerialization/ |
H A D | Makefile | 18 InMemoryModuleCache.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Serialization/ |
H A D | BUILD.gn | 26 "InMemoryModuleCache.cpp",
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 223 ASTWriterData(InMemoryModuleCache &ModuleCache) in ASTWriterData() 785 AST->ModuleCache = new InMemoryModuleCache; in LoadFromASTFile() 1497 AST->ModuleCache = new InMemoryModuleCache; in create() 1772 AST->ModuleCache = new InMemoryModuleCache; in LoadFromCommandLine() 2322 InMemoryModuleCache ModuleCache; in serialize()
|
H A D | CompilerInstance.cpp | 60 InMemoryModuleCache *SharedModuleCache) in CompilerInstance() 64 : new InMemoryModuleCache), in CompilerInstance() 579 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
|
H A D | PrecompiledPreamble.cpp | 233 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
|