Lines Matching defs:SendResult
460 PushInitializersSendResultFn SendResult, JITDylibSP JD) {
532 SendResult(DIM);
538 [this, SendResult = std::move(SendResult), JD](Error Err) mutable {
540 SendResult(std::move(Err));
542 pushInitializersLoop(std::move(SendResult), JD);
548 PushInitializersSendResultFn SendResult, ExecutorAddr JDHeaderAddr) {
566 SendResult(make_error<StringError>("No JITDylib with header addr " +
572 pushInitializersLoop(std::move(SendResult), JD);
575 void ELFNixPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult,
593 SendResult(make_error<StringError>("No JITDylib associated with handle " +
602 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult)
603 : SendResult(std::move(SendResult)) {}
607 SendResult(Result->begin()->second.getAddress());
609 SendResult(Result.takeError());
614 SendSymbolAddressFn SendResult;
620 RtLookupNotifyComplete(std::move(SendResult)), NoDependenciesToRegister);