Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h69 llvm::Module *CurLinkModule = nullptr; variable
H A DCodeGenAction.cpp151 LinkModules(std::move(LinkModules)), CurLinkModule(Module) { in BackendConsumer()
244 CurLinkModule = LM.Module.get(); in LinkInModules()
897 assert(CurLinkModule && "CurLinkModule must be set for linker diagnostics"); in DiagnosticHandlerImpl()
898 Diags.Report(DiagID) << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()