Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h159 const char *getOutOfBandError() const { in getOutOfBandError() function
452 if (const char *ErrMsg = ArgBuffer.getOutOfBandError()) in call()
457 if (auto ErrMsg = ResultBuffer.getOutOfBandError()) in call()
481 if (auto *ErrMsg = ArgBuffer.getOutOfBandError()) { in callAsync()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h108 const char *getOutOfBandError() const { in getOutOfBandError() function
321 if (auto ErrMsg = ResultBuffer.getOutOfBandError()) in call()