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.h70 llvm::Module *CurLinkModule = nullptr; variable
78 llvm::Module *CurLinkModule = nullptr);
H A DCodeGenAction.cpp116 llvm::Module *CurLinkModule) in BackendConsumer() argument
123 LinkModules(std::move(LinkModules)), CurLinkModule(CurLinkModule) { in BackendConsumer()
212 CurLinkModule = LM.Module.get(); in LinkInModules()
857 assert(CurLinkModule && "CurLinkModule must be set for linker diagnostics"); in DiagnosticHandlerImpl()
858 Diags.Report(DiagID) << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()