Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp158 LinkModules(std::move(LinkModules)), CurLinkModule(Module) { in BackendConsumer()
257 CurLinkModule = LM.Module.get(); in LinkInModules()
278 if (Error E = CurLinkModule->materializeAll()) in LinkInModules()
922 assert(CurLinkModule && "CurLinkModule must be set for linker diagnostics"); in DiagnosticHandlerImpl()
923 Diags.Report(DiagID) << CurLinkModule->getModuleIdentifier() << MsgStorage; in DiagnosticHandlerImpl()
H A DBackendConsumer.h69 llvm::Module *CurLinkModule = nullptr; variable