Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp184 NewModule->Buffer = &getModuleCache().getInMemoryModuleCache().addBuiltPCM( in addModule()
191 getModuleCache().getInMemoryModuleCache().lookupPCM( in addModule()
196 } else if (getModuleCache().getInMemoryModuleCache().shouldBuildPCM( in addModule()
218 NewModule->Buffer = &getModuleCache().getInMemoryModuleCache().addPCM( in addModule()
H A DASTReader.cpp3366 .getModuleCache() in ReadControlBlock()
4955 getModuleManager().getModuleCache().updateModuleTimestamp( in ReadAST()
5057 auto &MC = getModuleManager().getModuleCache().getInMemoryModuleCache(); in ReadASTCore()
5194 if (getModuleManager().getModuleCache().getInMemoryModuleCache().isPCMFinal( in readUnhashedControlBlock()
6569 .getModuleCache() in canRecoverFromOutOfDate()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp141 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer()
201 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateMultiplexConsumer()
294 CI.getPreprocessor(), CI.getModuleCache(), in CreateASTConsumer()
300 CI.getPreprocessor(), CI.getModuleCache(), in CreateASTConsumer()
317 CI.getModuleCache(), in CreateASTConsumer()
360 CI.getPreprocessor(), CI.getModuleCache(), &CI.getASTContext(), in ExecuteAction()
995 getCurrentFile(), FileMgr, CI.getModuleCache(), in ExecuteAction()
H A DChainedIncludesSource.cpp64 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader()
140 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"", in createChainedIncludesSource()
H A DCompilerInstance.cpp205 assert(ModCache.get() == &Reader->getModuleManager().getModuleCache() && in setASTReader()
253 Dir->path(), FileMgr, CI.getModuleCache(), in collectIncludePCH()
616 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource()
1210 std::move(Invocation), getPCHContainerOperations(), &getModuleCache()); in cloneForModuleCompileImpl()
1277 if (getModuleCache().getInMemoryModuleCache().isPCMFinal(ModuleFileName)) { in compileModule()
1498 auto &ModuleCache = ImportingInstance.getModuleCache(); in compileModuleAndReadASTBehindLock()
1748 getPreprocessor(), getModuleCache(), &getASTContext(), in createASTReader()
H A DPrecompiledPreamble.cpp340 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, Buffer); in CreateASTConsumer()
H A DFrontendAction.cpp948 Dir->path(), FileMgr, CI.getModuleCache(), in BeginSourceFile()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h309 ModuleCache &getModuleCache() const { return *ModCache; } in getModuleCache() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp246 CI.getPCHContainerOperations(), &CI.getModuleCache()); in visitModuleFile()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp222 PrebuiltModuleFilename, CI.getFileManager(), CI.getModuleCache(), in visitPrebuiltModule()
231 Worklist.pop_back_val(), CI.getFileManager(), CI.getModuleCache(), in visitPrebuiltModule()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h921 ModuleCache &getModuleCache() const { return *ModCache; } in getModuleCache() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp997 CI.getPreprocessor(), CI.getModuleCache(), in CreateASTConsumer()