Searched defs:ModuleCache (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 26 Preprocessor &PP, InMemoryModuleCache &ModuleCache, StringRef OutputFile, in PCHGenerator() 94 InMemoryModuleCache &ModuleCache, in CXX20ModulesGenerator()
|
H A D | ASTReader.cpp | 5404 const InMemoryModuleCache &ModuleCache, in readASTFileControlBlock() 5697 const InMemoryModuleCache &ModuleCache, in isAcceptableASTFile() 10307 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
|
H A D | ASTWriter.cpp | 4837 InMemoryModuleCache &ModuleCache, in ASTWriter()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 68 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
|
H A D | ASTWriter.h | 120 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 D | CGDebugInfo.h | 130 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Platform.h | 42 class ModuleCache; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 99 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
|
H A D | ASTUnit.h | 113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 295 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
|
H A D | CompilerInstance.cpp | 628 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
|
H A D | ASTUnit.cpp | 2373 InMemoryModuleCache ModuleCache; in serialize() local
|