Searched defs:ModuleCache (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
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 | 70 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
|
H A D | ASTWriter.h | 129 InMemoryModuleCache &ModuleCache; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 127 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 93 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
|
H A D | ASTUnit.h | 113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 233 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
|
H A D | CompilerInstance.cpp | 579 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
|
H A D | ASTUnit.cpp | 2322 InMemoryModuleCache ModuleCache; in serialize() local
|