Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp26 Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef OutputFile, in PCHGenerator()
94 InMemoryModuleCache &ModuleCache, in CXX20ModulesGenerator()
H A DASTReader.cpp5404 const InMemoryModuleCache &ModuleCache, in readASTFileControlBlock()
5697 const InMemoryModuleCache &ModuleCache, in isAcceptableASTFile()
10307 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
H A DASTWriter.cpp4837 InMemoryModuleCache &ModuleCache, in ASTWriter()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h68 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
H A DASTWriter.h120 InMemoryModuleCache &ModuleCache; variable
976 CXX20ModulesGenerator(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in CXX20ModulesGenerator()
988 ReducedBMIGenerator(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ReducedBMIGenerator()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h130 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h42 class ModuleCache; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h99 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
H A DASTUnit.h113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp295 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
H A DCompilerInstance.cpp628 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
H A DASTUnit.cpp2373 InMemoryModuleCache ModuleCache; in serialize() local