Home
last modified time | relevance | path

Searched refs:notifyFailed (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO.cpp37 Ctx->notifyFailed(make_error<JITLinkError>("Truncated MachO buffer")); in jitLink_MachO()
50 Ctx->notifyFailed( in jitLink_MachO()
73 Ctx->notifyFailed(make_error<JITLinkError>("MachO-64 CPU type not valid")); in jitLink_MachO()
77 Ctx->notifyFailed(make_error<JITLinkError>("MachO magic not valid")); in jitLink_MachO()
DJITLinkGeneric.cpp31 return Ctx->notifyFailed(GraphOrErr.takeError()); in linkPhase1()
36 return Ctx->notifyFailed(std::move(Err)); in linkPhase1()
52 return Ctx->notifyFailed(std::move(Err)); in linkPhase1()
59 return Ctx->notifyFailed(std::move(Err)); in linkPhase1()
308 Ctx->notifyFailed(joinErrors(std::move(Err), Alloc->deallocate())); in deallocateAndBailOut()
DJITLink.cpp308 Ctx->notifyFailed(make_error<JITLinkError>("Unsupported file format")); in jitLink()
DMachO_x86_64.cpp576 return Ctx->notifyFailed(std::move(Err)); in jitLink_MachO_x86_64()
DMachO_arm64.cpp682 return Ctx->notifyFailed(std::move(Err)); in jitLink_MachO_arm64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp45 void notifyFailed(Error Err) override { in notifyFailed() function in llvm::orc::ObjectLinkingLayerJITLinkContext
140 return notifyFailed(std::move(Err)); in notifyResolved()
DCore.cpp499 JD.notifyFailed(std::move(Worklist)); in failMaterialization()
1229 void JITDylib::notifyFailed(FailedSymbolsWorklist Worklist) { in notifyFailed() function in llvm::orc::JITDylib
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1046 static void notifyFailed(FailedSymbolsWorklist FailedSymbols);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h1249 virtual void notifyFailed(Error Err) = 0;