Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
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()
DASTReader.cpp4521 auto &MC = getModuleManager().getModuleCache(); in ReadASTCore()
4662 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) { in readUnhashedControlBlock()
/external/llvm-project/clang/lib/Frontend/
DChainedIncludesSource.cpp86 Reader.reset(new ASTReader(PP, CI.getModuleCache(), &CI.getASTContext(), in createASTReader()
163 Clang->getPreprocessor(), Clang->getModuleCache(), "-", /*isysroot=*/"", in createChainedIncludesSource()
DFrontendActions.cpp115 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer()
178 CI.getPreprocessor(), CI.getModuleCache(), OutputFile, Sysroot, Buffer, in CreateASTConsumer()
344 CI.getPreprocessor(), CI.getModuleCache(), &CI.getASTContext(), in ExecuteAction()
DCompilerInstance.cpp146 assert(ModuleCache.get() == &Reader->getModuleManager().getModuleCache() && in setASTReader()
511 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource()
1139 &ImportingInstance.getModuleCache());
1534 getPreprocessor(), getModuleCache(), &getASTContext(), in createASTReader()
DPrecompiledPreamble.cpp293 *this, CI.getPreprocessor(), CI.getModuleCache(), Sysroot, std::move(OS)); in CreateASTConsumer()
/external/llvm-project/clang/unittests/Frontend/
DFrontendActionTest.cpp289 Compiler.getModuleCache().getPCMState(PCHFilename)); in TEST()
292 Compiler.getModuleCache().getPCMState(PCHFilename)); in TEST()
/external/llvm-project/clang/include/clang/Serialization/
DModuleManager.h316 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function
/external/llvm-project/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp245 &CI.getModuleCache()); in visitModuleFile()
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h828 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache() function