Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DGeneratePCH.cpp24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator()
H A DModuleManager.cpp347 InMemoryModuleCache &ModuleCache, in ModuleManager()
H A DASTWriter.cpp4462 InMemoryModuleCache &ModuleCache, in ASTWriter()
H A DASTReader.cpp11429 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DModuleManager.h70 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
H A DASTWriter.h117 InMemoryModuleCache &ModuleCache; variable
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h92 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
H A DASTUnit.h113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h126 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h39 class ModuleCache; variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp282 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
H A DCompilerInstance.cpp629 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
H A DASTUnit.cpp2325 InMemoryModuleCache ModuleCache; in serialize() local