| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ModuleManager.cpp | 184 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 D | ASTReader.cpp | 3366 .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 D | FrontendActions.cpp | 141 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 D | ChainedIncludesSource.cpp | 64 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader() 140 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"", in createChainedIncludesSource()
|
| H A D | CompilerInstance.cpp | 205 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 D | PrecompiledPreamble.cpp | 340 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, Buffer); in CreateASTConsumer()
|
| H A D | FrontendAction.cpp | 948 Dir->path(), FileMgr, CI.getModuleCache(), in BeginSourceFile()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleManager.h | 309 ModuleCache &getModuleCache() const { return *ModCache; } in getModuleCache() function
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 246 CI.getPCHContainerOperations(), &CI.getModuleCache()); in visitModuleFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 222 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 D | CompilerInstance.h | 921 ModuleCache &getModuleCache() const { return *ModCache; } in getModuleCache() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 997 CI.getPreprocessor(), CI.getModuleCache(), in CreateASTConsumer()
|