Home
last modified time | relevance | path

Searched refs:getModuleCache (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp195 getModuleCache().lookupPCM(FileName)) { in addModule()
199 } else if (getModuleCache().shouldBuildPCM(FileName)) { in addModule()
226 NewModule->Buffer = &getModuleCache().addPCM(FileName, std::move(*Buf)); in addModule()
H A DASTReader.cpp2765 !ModuleMgr.getModuleCache().isPCMFinal(F.FileName)) in ReadControlBlock()
4545 auto &MC = getModuleManager().getModuleCache(); in ReadASTCore()
4687 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) { in readUnhashedControlBlock()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp87 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader()
164 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"", in createChainedIncludesSource()
H A DFrontendActions.cpp115 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer()
174 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer()
338 CI.getPreprocessor(), CI.getModuleCache(), &CI.getASTContext(), in ExecuteAction()
H A DCompilerInstance.cpp202 assert(ModuleCache.get() == &Reader->getModuleManager().getModuleCache() && in setASTReader()
568 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource()
1114 &ImportingInstance.getModuleCache());
1510 getPreprocessor(), getModuleCache(), &getASTContext(), in createASTReader()
H A DPrecompiledPreamble.cpp293 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, std::move(OS)); in CreateASTConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleManager.h316 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp245 &CI.getModuleCache()); in visitModuleFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h818 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function