Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp145 llvm::Module *CurLinkModule = nullptr; member in clang::BackendConsumer
190 LinkModules(std::move(LinkModules)), CurLinkModule(Module) { in BackendConsumer()
274 CurLinkModule = LM.Module.get(); in LinkInModules()
947 assert(CurLinkModule && "CurLinkModule must be set for linker diagnostics"); in DiagnosticHandlerImpl()
948 Diags.Report(DiagID) << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()