Home
last modified time | relevance | path

Searched defs:ModuleCache (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
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.h70 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
H A DASTWriter.h129 InMemoryModuleCache &ModuleCache; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h127 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h93 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
H A DASTUnit.h113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp233 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
H A DCompilerInstance.cpp579 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
H A DASTUnit.cpp2322 InMemoryModuleCache ModuleCache; in serialize() local