Searched refs:notifyEmitted (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h58 Error notifyEmitted(MaterializationResponsibility &MR) override;
H A DObjectLinkingLayer.h83 virtual Error notifyEmitted(MaterializationResponsibility &MR) { function in class:llvm::orc::ObjectLinkingLayer::Plugin
189 Error notifyEmitted(MaterializationResponsibility &MR, AllocPtr Alloc);
212 Error notifyEmitted(MaterializationResponsibility &MR) override;
H A DCore.h557 Error notifyEmitted();
1673 inline Error MaterializationResponsibility::notifyEmitted() {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp303 if (auto Err = Layer.notifyEmitted(*MR, std::move(A))) {
308 if (auto Err = MR->notifyEmitted()) {
629 Error ObjectLinkingLayer::notifyEmitted(MaterializationResponsibility &MR, function in class:llvm::ObjectLinkingLayer
633 Err = joinErrors(std::move(Err), P->notifyEmitted(MR));
704 Error EHFrameRegistrationPlugin::notifyEmitted( function in class:EHFrameRegistrationPlugin
H A DLazyReexports.cpp212 cantFail(R->notifyEmitted());
H A DRTDyldObjectLinkingLayer.cpp286 if (auto Err = R.notifyEmitted()) {
H A DIndirectionUtils.cpp41 cantFail(R->notifyEmitted());
H A DDebugObjectManagerPlugin.cpp435 Error DebugObjectManagerPlugin::notifyEmitted( function in class:llvm::orc::DebugObjectManagerPlugin
461 // Once our tracking info is updated, notifyEmitted() can return and
H A DCore.cpp254 cantFail(R->notifyEmitted());
431 if (auto Err = QueryInfo->R->notifyEmitted()) {
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp77 Error notifyEmitted(MaterializationResponsibility &MR) override {

Completed in 199 milliseconds