Searched defs:ModuleCache (Results 1 – 13 of 13) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator()
|
H A D | ModuleManager.cpp | 338 InMemoryModuleCache &ModuleCache, in ModuleManager()
|
H A D | ASTReader.cpp | 5222 const InMemoryModuleCache &ModuleCache, in readASTFileControlBlock() 5496 const InMemoryModuleCache &ModuleCache, in isAcceptableASTFile() 9887 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
|
H A D | ASTWriter.cpp | 4504 InMemoryModuleCache &ModuleCache, in ASTWriter()
|
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 69 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
|
H A D | ASTWriter.h | 117 InMemoryModuleCache &ModuleCache; variable
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 126 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 93 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
|
H A D | ASTUnit.h | 112 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
H A D | Platform.h | 40 class ModuleCache; variable
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 282 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
|
H A D | CompilerInstance.cpp | 636 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
|
H A D | ASTUnit.cpp | 2352 InMemoryModuleCache ModuleCache; in serialize() local
|