Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp146 llvm::Module *CurLinkModule = nullptr; member in clang::BackendConsumer
191 LinkModules(std::move(LinkModules)), CurLinkModule(Module) { in BackendConsumer()
275 CurLinkModule = LM.Module.get(); in LinkInModules()
972 assert(CurLinkModule && "CurLinkModule must be set for linker diagnostics"); in DiagnosticHandlerImpl()
973 Diags.Report(DiagID) << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()