Searched refs:notifyEmitted (Results 1 – 13 of 13) sorted by relevance
214 if (auto Err = notifyEmitted(std::move(A))) { in notifyFinalized()220 if (auto Err = MR->notifyEmitted(SymbolDepGroups)) { in notifyFinalized()246 Error notifyEmitted(jitlink::JITLinkMemoryManager::FinalizedAlloc FA) { in notifyEmitted() function in llvm::orc::LinkGraphLinkingLayer::JITLinkCtx249 Err = joinErrors(std::move(Err), P->notifyEmitted(*MR)); in notifyEmitted()
36 if (auto Err = R->notifyEmitted({})) { in materialize()
44 cantFail(R->notifyEmitted({})); in materialize()141 if (auto Err = MR->notifyEmitted({})) { in emitRedirectableSymbols()
381 if (auto Err = R.notifyEmitted(SDG)) { in onObjEmit()
446 Error DebugObjectManagerPlugin::notifyEmitted( in notifyEmitted() function in llvm::orc::DebugObjectManagerPlugin
551 return wrap(unwrap(MR)->notifyEmitted(SDGs)); in LLVMOrcMaterializationResponsibilityNotifyEmitted()
457 if (auto Err = QueryInfo->R->notifyEmitted(QueryInfo->SDGs)) { in materialize()
40 Error notifyEmitted(MaterializationResponsibility &MR) override;
40 Error notifyEmitted(MaterializationResponsibility &MR) override { in notifyEmitted() function
79 Error notifyEmitted(MaterializationResponsibility &MR) override;
66 virtual Error notifyEmitted(MaterializationResponsibility &MR) { in notifyEmitted() function
657 Error notifyEmitted(ArrayRef<SymbolDependenceGroup> DepGroups);2007 inline Error MaterializationResponsibility::notifyEmitted( in notifyEmitted() function
113 Error VTuneSupportPlugin::notifyEmitted(MaterializationResponsibility &MR) { in notifyEmitted() function in VTuneSupportPlugin