Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h45 : Channel(Other.Channel), ExistingError(std::move(Other.ExistingError)), in OrcRemoteTargetClient()
660 if (ExistingError) in enableCompileCallbacks()
661 return std::move(ExistingError); in enableCompileCallbacks()
678 if (ExistingError) in getSymbolAddress()
679 return std::move(ExistingError); in getSymbolAddress()
697 Err = joinErrors(RIOrErr.takeError(), std::move(ExistingError)); in OrcRemoteTargetClient()
726 if (ExistingError) in emitTrampolineBlock()
727 return std::move(ExistingError); in emitTrampolineBlock()
743 if (ExistingError) in listenForCompileRequests()
744 return std::move(ExistingError); in listenForCompileRequests()
[all …]