Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp190 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 DASTReader.cpp3093 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 DChainedIncludesSource.cpp64 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader()
141 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"", in createChainedIncludesSource()
H A DFrontendActions.cpp141 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 DCompilerInstance.cpp206 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 DPrecompiledPreamble.cpp340 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, Buffer); in CreateASTConsumer()
H A DFrontendAction.cpp791 Dir->path(), FileMgr, CI.getModuleCache(), in BeginSourceFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h310 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp246 &CI.getModuleCache()); in visitModuleFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h852 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp96 Worklist.pop_back_val(), CI.getFileManager(), CI.getModuleCache(), in visitPrebuiltModule()