/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 33 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 49 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 76 return Ctx->notifyFailed(AR.takeError()); in linkPhase2() 197 return Ctx->notifyFailed(FR.takeError()); in getExternalSymbolNames() 276 S->Ctx->notifyFailed(joinErrors(std::move(E1), std::move(E2))); in prune()
|
H A D | MachO.cpp | 84 Ctx->notifyFailed(make_error<JITLinkError>("MachO-64 CPU type not valid")); in link_MachO()
|
H A D | COFF.cpp | 128 Ctx->notifyFailed(make_error<JITLinkError>( in link_COFF()
|
H A D | ELF.cpp | 146 Ctx->notifyFailed(make_error<JITLinkError>(
|
H A D | ELF_loongarch.cpp | 207 return Ctx->notifyFailed(std::move(Err)); in link_ELF_loongarch()
|
H A D | ELF_i386.cpp | 260 return Ctx->notifyFailed(std::move(Err)); in link_ELF_i386()
|
H A D | COFF_x86_64.cpp | 347 return Ctx->notifyFailed(std::move(Err)); in link_COFF_x86_64()
|
H A D | ELF_x86_64.cpp | 381 return Ctx->notifyFailed(std::move(Err)); in link_ELF_x86_64()
|
H A D | ELF_aarch32.cpp | 327 return Ctx->notifyFailed(std::move(Err)); in link_ELF_aarch32()
|
H A D | ELF_ppc64.cpp | 513 return Ctx->notifyFailed(std::move(Err));
|
H A D | JITLink.cpp | 516 Ctx->notifyFailed(make_error<JITLinkError>("Unsupported object format")); in link()
|
H A D | MachO_x86_64.cpp | 533 return Ctx->notifyFailed(std::move(Err)); in link_MachO_x86_64()
|
H A D | ELF_aarch64.cpp | 638 return Ctx->notifyFailed(std::move(Err)); in link_ELF_aarch64()
|
H A D | MachO_arm64.cpp | 607 return Ctx->notifyFailed(std::move(Err)); in link_MachO_arm64()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.h | 81 virtual Error notifyFailed(MaterializationResponsibility &MR) = 0; 223 Error notifyFailed(MaterializationResponsibility &MR) override;
|
H A D | DebuggerSupportPlugin.h |
|
H A D | DebugObjectManagerPlugin.h | 79 Error notifyFailed(MaterializationResponsibility &MR) override;
|
H A D | COFFPlatform.h | 107 Error notifyFailed(MaterializationResponsibility &MR) override { in notifyFailed() function
|
H A D | ELFNixPlatform.h | 145 Error notifyFailed(MaterializationResponsibility &MR) override { in notifyFailed() function
|
H A D | MachOPlatform.h | 210 Error notifyFailed(MaterializationResponsibility &MR) override { in notifyFailed() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/ |
H A D | VTuneSupportPlugin.h | 40 Error notifyFailed(MaterializationResponsibility &MR) override;
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.cpp | 180 void notifyFailed(Error Err) override { in notifyFailed() function in llvm::orc::ObjectLinkingLayerJITLinkContext 182 Err = joinErrors(std::move(Err), P->notifyFailed(*MR)); in notifyFailed() 723 Ctx->notifyFailed(G.takeError()); in emit() 833 Error EHFrameRegistrationPlugin::notifyFailed( in notifyFailed() function in llvm::orc::EHFrameRegistrationPlugin
|
H A D | DebuggerSupportPlugin.cpp |
|
H A D | DebugObjectManagerPlugin.cpp | 487 Error DebugObjectManagerPlugin::notifyFailed( in notifyFailed() function in llvm::orc::DebugObjectManagerPlugin
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | VTuneSupportPlugin.cpp | 127 Error VTuneSupportPlugin::notifyFailed(MaterializationResponsibility &MR) { in notifyFailed() function in VTuneSupportPlugin
|