Home
last modified time | relevance | path

Searched refs:ModuleCache (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleManager.h70 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
142 explicit ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache,
316 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
H A DASTWriter.h129 InMemoryModuleCache &ModuleCache; variable
552 InMemoryModuleCache &ModuleCache,
782 PCHGenerator(const Preprocessor &PP, InMemoryModuleCache &ModuleCache,
H A DASTReader.h1501 ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGeneratePCH.cpp24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator() argument
31 Writer(Stream, this->Buffer->Data, ModuleCache, Extensions, in PCHGenerator()
H A DModuleManager.cpp189 NewModule->Buffer = &ModuleCache->addBuiltPCM(FileName, std::move(Buffer)); in addModule()
349 InMemoryModuleCache &ModuleCache, in ModuleManager() argument
352 : FileMgr(FileMgr), ModuleCache(&ModuleCache), in ModuleManager()
H A DASTWriter.cpp4261 InMemoryModuleCache &ModuleCache, in ASTWriter() argument
4264 : Stream(Stream), Buffer(Buffer), ModuleCache(ModuleCache), in ASTWriter()
4313 ModuleCache.addBuiltPCM(OutputFile, in WriteAST()
H A DASTReader.cpp11617 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader() argument
11632 ContextObj(Context), ModuleMgr(PP.getFileManager(), ModuleCache, in ASTReader()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h93 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
668 InMemoryModuleCache &ModuleCache, ASTContext &Context,
818 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
H A DASTUnit.h113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp223 ASTWriterData(InMemoryModuleCache &ModuleCache) in ASTWriterData()
224 : Stream(Buffer), Writer(Stream, Buffer, ModuleCache, {}) {} in ASTWriterData()
785 AST->ModuleCache = new InMemoryModuleCache; in LoadFromASTFile()
817 PP, *AST->ModuleCache, AST->Ctx.get(), PCHContainerRdr, {}, in LoadFromASTFile()
1497 AST->ModuleCache = new InMemoryModuleCache; in create()
1772 AST->ModuleCache = new InMemoryModuleCache; in LoadFromCommandLine()
1783 AST->WriterData.reset(new ASTWriterData(*AST->ModuleCache)); in LoadFromCommandLine()
2322 InMemoryModuleCache ModuleCache; in serialize() local
2323 ASTWriter Writer(Stream, Buffer, ModuleCache, {}); in serialize()
H A DPrecompiledPreamble.cpp233 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer() argument
236 : PCHGenerator(PP, ModuleCache, "", isysroot, in PrecompilePreambleConsumer()
H A DCompilerInstance.cpp63 ModuleCache(SharedModuleCache ? SharedModuleCache in CompilerInstance()
202 assert(ModuleCache.get() == &Reader->getModuleManager().getModuleCache() && in setASTReader()
579 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource() argument
588 PP, ModuleCache, &Context, PCHContainerRdr, Extensions, in createPCHExternalASTSource()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h127 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
H A DCGDebugInfo.cpp2597 auto ModRef = ModuleCache.find(M); in getOrCreateModuleRef()
2598 if (ModRef != ModuleCache.end()) in getOrCreateModuleRef()
2681 ModuleCache[M].reset(DIMod); in getOrCreateModuleRef()