Searched refs:notifyFailed (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp83 Ctx->notifyFailed(make_error<JITLinkError>(
H A DMachO.cpp85 Ctx->notifyFailed(make_error<JITLinkError>("MachO-64 CPU type not valid"));
H A DJITLinkGeneric.cpp33 return Ctx->notifyFailed(std::move(Err));
49 return Ctx->notifyFailed(std::move(Err));
56 return Ctx->notifyFailed(std::move(Err));
66 return Ctx->notifyFailed(std::move(Err));
72 return Ctx->notifyFailed(std::move(Err));
428 Ctx->notifyFailed(joinErrors(std::move(Err), Alloc->deallocate()));
H A DJITLink.cpp411 Ctx->notifyFailed(make_error<JITLinkError>("Unsupported object format"));
H A DMachO_arm64.cpp693 return Ctx->notifyFailed(std::move(Err));
H A DMachO_x86_64.cpp619 return Ctx->notifyFailed(std::move(Err));
H A DELF_x86_64.cpp928 return Ctx->notifyFailed(std::move(Err));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h59 Error notifyFailed(MaterializationResponsibility &MR) override;
H A DObjectLinkingLayer.h86 virtual Error notifyFailed(MaterializationResponsibility &MR) = 0;
213 Error notifyFailed(MaterializationResponsibility &MR) override;
H A DMachOPlatform.h126 Error notifyFailed(MaterializationResponsibility &MR) override {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp147 void notifyFailed(Error Err) override {
149 Err = joinErrors(std::move(Err), P->notifyFailed(*MR));
605 Ctx->notifyFailed(G.takeError());
727 Error EHFrameRegistrationPlugin::notifyFailed( function in class:EHFrameRegistrationPlugin
H A DDebugObjectManagerPlugin.cpp474 Error DebugObjectManagerPlugin::notifyFailed( function in class:llvm::orc::DebugObjectManagerPlugin
498 // get cleaned up in the notifyFailed() handler.
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp82 Error notifyFailed(MaterializationResponsibility &MR) override {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1475 virtual void notifyFailed(Error Err) = 0;
1490 /// propagated to notifyFailed and the linker will bail out.
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp843 Error notifyFailed(MaterializationResponsibility &MR) override {

Completed in 179 milliseconds