Searched refs:notifyEmitted (Results 1 – 12 of 12) sorted by relevance
78 virtual Error notifyEmitted(MaterializationResponsibility &MR) { in notifyEmitted() function222 Error notifyEmitted(MaterializationResponsibility &MR) override;
78 Error notifyEmitted(MaterializationResponsibility &MR) override;
633 Error notifyEmitted(ArrayRef<SymbolDependenceGroup> DepGroups);2035 inline Error MaterializationResponsibility::notifyEmitted( in notifyEmitted() function
39 Error notifyEmitted(MaterializationResponsibility &MR) override;
328 if (auto Err = notifyEmitted(std::move(A))) { in notifyFinalized()333 if (auto Err = MR->notifyEmitted(SymbolDepGroups)) { in notifyFinalized()364 Error notifyEmitted(jitlink::JITLinkMemoryManager::FinalizedAlloc FA) { in notifyEmitted() function in llvm::orc::ObjectLinkingLayerJITLinkContext367 Err = joinErrors(std::move(Err), P->notifyEmitted(*MR)); in notifyEmitted()810 Error EHFrameRegistrationPlugin::notifyEmitted( in notifyEmitted() function in llvm::orc::EHFrameRegistrationPlugin
221 cantFail(R->notifyEmitted({})); in materialize()
47 cantFail(R->notifyEmitted({})); in materialize()
372 if (auto Err = R.notifyEmitted(SDG)) { in onObjEmit()
447 Error DebugObjectManagerPlugin::notifyEmitted( in notifyEmitted() function in llvm::orc::DebugObjectManagerPlugin
550 return wrap(unwrap(MR)->notifyEmitted(SDGs)); in LLVMOrcMaterializationResponsibilityNotifyEmitted()
299 if (auto Err = R->notifyEmitted({})) { in materialize()477 if (auto Err = QueryInfo->R->notifyEmitted(QueryInfo->SDGs)) { in materialize()
112 Error VTuneSupportPlugin::notifyEmitted(MaterializationResponsibility &MR) { in notifyEmitted() function in VTuneSupportPlugin