Searched refs:notifyEmitted (Results 1 – 11 of 11) sorted by relevance
83 virtual Error notifyEmitted(MaterializationResponsibility &MR) { in notifyEmitted() function189 Error notifyEmitted(MaterializationResponsibility &MR, AllocPtr Alloc);212 Error notifyEmitted(MaterializationResponsibility &MR) override;
58 Error notifyEmitted(MaterializationResponsibility &MR) override;
557 Error notifyEmitted();1673 inline Error MaterializationResponsibility::notifyEmitted() { in notifyEmitted() function
303 if (auto Err = Layer.notifyEmitted(*MR, std::move(A))) { in notifyFinalized()308 if (auto Err = MR->notifyEmitted()) { in notifyFinalized()629 Error ObjectLinkingLayer::notifyEmitted(MaterializationResponsibility &MR, in notifyEmitted() function in llvm::orc::ObjectLinkingLayer633 Err = joinErrors(std::move(Err), P->notifyEmitted(MR)); in notifyEmitted()704 Error EHFrameRegistrationPlugin::notifyEmitted( in notifyEmitted() function in llvm::orc::EHFrameRegistrationPlugin
212 cantFail(R->notifyEmitted()); in materialize()
286 if (auto Err = R.notifyEmitted()) { in onObjEmit()
41 cantFail(R->notifyEmitted()); in materialize()
435 Error DebugObjectManagerPlugin::notifyEmitted( in notifyEmitted() function in llvm::orc::DebugObjectManagerPlugin
254 cantFail(R->notifyEmitted()); in materialize()431 if (auto Err = QueryInfo->R->notifyEmitted()) { in materialize()
77 Error notifyEmitted(MaterializationResponsibility &MR) override { in notifyEmitted() function in MyPlugin
78 * ``notifyEmitted`` is called after the link is complete and code has been84 Error notifyEmitted(MaterializationResponsibility &MR)