/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 70 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable 142 explicit ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache, 316 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
H A D | ASTWriter.h | 129 InMemoryModuleCache &ModuleCache; variable 552 InMemoryModuleCache &ModuleCache, 782 PCHGenerator(const Preprocessor &PP, InMemoryModuleCache &ModuleCache,
|
H A D | ASTReader.h | 1501 ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator() argument 31 Writer(Stream, this->Buffer->Data, ModuleCache, Extensions, in PCHGenerator()
|
H A D | ModuleManager.cpp | 189 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 D | ASTWriter.cpp | 4261 InMemoryModuleCache &ModuleCache, in ASTWriter() argument 4264 : Stream(Stream), Buffer(Buffer), ModuleCache(ModuleCache), in ASTWriter() 4313 ModuleCache.addBuiltPCM(OutputFile, in WriteAST()
|
H A D | ASTReader.cpp | 11617 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 D | CompilerInstance.h | 93 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable 668 InMemoryModuleCache &ModuleCache, ASTContext &Context, 818 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
H A D | ASTUnit.h | 113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 223 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 D | PrecompiledPreamble.cpp | 233 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer() argument 236 : PCHGenerator(PP, ModuleCache, "", isysroot, in PrecompilePreambleConsumer()
|
H A D | CompilerInstance.cpp | 63 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 D | CGDebugInfo.h | 127 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
|
H A D | CGDebugInfo.cpp | 2597 auto ModRef = ModuleCache.find(M); in getOrCreateModuleRef() 2598 if (ModRef != ModuleCache.end()) in getOrCreateModuleRef() 2681 ModuleCache[M].reset(DIMod); in getOrCreateModuleRef()
|