Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.txt18 InMemoryModuleCache.cpp
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.cpp11617 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
/netbsd-src/external/apache2/llvm/dist/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
1501 ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h47 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 DASTUnit.h74 class InMemoryModuleCache; variable
113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
/netbsd-src/external/apache2/llvm/lib/libclangSerialization/
H A DMakefile18 InMemoryModuleCache.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Serialization/
H A DBUILD.gn26 "InMemoryModuleCache.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp223 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 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()