Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DGeneratePCH.cpp24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator()
H A DModuleManager.cpp338 InMemoryModuleCache &ModuleCache, in ModuleManager()
H A DASTReader.cpp5222 const InMemoryModuleCache &ModuleCache, in readASTFileControlBlock()
5496 const InMemoryModuleCache &ModuleCache, in isAcceptableASTFile()
9887 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
H A DASTWriter.cpp4504 InMemoryModuleCache &ModuleCache, in ASTWriter()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DModuleManager.h69 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
H A DASTWriter.h117 InMemoryModuleCache &ModuleCache; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h126 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h93 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
H A DASTUnit.h112 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h40 class ModuleCache; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp282 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
H A DCompilerInstance.cpp636 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
H A DASTUnit.cpp2352 InMemoryModuleCache ModuleCache; in serialize() local