Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp2855 getModuleManager().getModuleCache().isPCMFinal(F.FileName); in ReadControlBlock()
4561 auto &MC = getModuleManager().getModuleCache(); in ReadASTCore()
4703 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) { in readUnhashedControlBlock()
5944 !getModuleManager().getModuleCache().isPCMFinal(ModuleFileName); in canRecoverFromOutOfDate()
/freebsd-13.1/contrib/llvm-project/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.cpp136 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer()
195 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer()
360 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()
1059 if (ImportingInstance.getModuleCache().isPCMFinal(ModuleFileName)) {
1131 &ImportingInstance.getModuleCache());
1527 getPreprocessor(), getModuleCache(), &getASTContext(), in createASTReader()
H A DPrecompiledPreamble.cpp293 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, std::move(OS)); in CreateASTConsumer()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h316 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp245 &CI.getModuleCache()); in visitModuleFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h816 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function