Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator()
H A DModuleManager.cpp327 InMemoryModuleCache &ModuleCache, in ModuleManager()
H A DASTReader.cpp5399 const InMemoryModuleCache &ModuleCache, in readASTFileControlBlock()
5691 const InMemoryModuleCache &ModuleCache, in isAcceptableASTFile()
10166 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
H A DASTWriter.cpp4602 InMemoryModuleCache &ModuleCache, in ASTWriter()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h69 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
H A DASTWriter.h117 InMemoryModuleCache &ModuleCache; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h125 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h40 class ModuleCache; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h99 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
H A DASTUnit.h113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp294 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
H A DCompilerInstance.cpp629 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
H A DASTUnit.cpp2360 InMemoryModuleCache ModuleCache; in serialize() local