Searched refs:getModuleCache (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 190 getModuleCache().lookupPCM(FileName)) { in addModule() 194 } else if (getModuleCache().shouldBuildPCM(FileName)) { in addModule() 215 NewModule->Buffer = &getModuleCache().addPCM(FileName, std::move(*Buf)); in addModule()
|
| H A D | ASTReader.cpp | 3093 getModuleManager().getModuleCache().isPCMFinal(F.FileName); in ReadControlBlock() 4758 auto &MC = getModuleManager().getModuleCache(); in ReadASTCore() 4894 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) { in readUnhashedControlBlock() 6226 !getModuleManager().getModuleCache().isPCMFinal(ModuleFileName); in canRecoverFromOutOfDate()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 64 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader() 141 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"", in createChainedIncludesSource()
|
| H A D | FrontendActions.cpp | 141 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer() 201 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer() 316 CI.getPreprocessor(), CI.getModuleCache(), &CI.getASTContext(), in ExecuteAction() 931 getCurrentFile(), FileMgr, CI.getModuleCache(), in ExecuteAction()
|
| H A D | CompilerInstance.cpp | 206 assert(ModuleCache.get() == &Reader->getModuleManager().getModuleCache() && in setASTReader() 254 Dir->path(), FileMgr, CI.getModuleCache(), in collectIncludePCH() 618 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource() 1163 if (ImportingInstance.getModuleCache().isPCMFinal(ModuleFileName)) { 1234 &ImportingInstance.getModuleCache()); 1699 getPreprocessor(), getModuleCache(), &getASTContext(), in createASTReader()
|
| H A D | PrecompiledPreamble.cpp | 340 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, Buffer); in CreateASTConsumer()
|
| H A D | FrontendAction.cpp | 791 Dir->path(), FileMgr, CI.getModuleCache(), in BeginSourceFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 310 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 246 &CI.getModuleCache()); in visitModuleFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 852 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 96 Worklist.pop_back_val(), CI.getFileManager(), CI.getModuleCache(), in visitPrebuiltModule()
|