Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp28 EXPECT_EQ(R.getOutOfBandError(), nullptr); in TEST()
38 EXPECT_EQ(R.getOutOfBandError(), nullptr); in TEST()
46 EXPECT_EQ(R.getOutOfBandError(), nullptr); in TEST()
54 EXPECT_EQ(R.getOutOfBandError(), nullptr); in TEST()
62 EXPECT_EQ(R.getOutOfBandError(), nullptr); in TEST()
68 EXPECT_TRUE(strcmp(R.getOutOfBandError(), TestString) == 0); in TEST()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h156 const char *getOutOfBandError() const { in getOutOfBandError() function
457 if (const char *ErrMsg = ArgBuffer.getOutOfBandError()) in call()
462 if (auto ErrMsg = ResultBuffer.getOutOfBandError()) in call()
486 if (auto *ErrMsg = ArgBuffer.getOutOfBandError()) { in callAsync()
498 if (auto *ErrMsg = R.getOutOfBandError()) { in callAsync()
678 if (const char *ErrMsg = WFR.getOutOfBandError()) in runWithSPSRet()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h118 const char *getOutOfBandError() const { in getOutOfBandError() function
300 if (const char *ErrMsg = ArgBuffer.getOutOfBandError()) in call()
306 if (auto ErrMsg = ResultBuffer.getOutOfBandError()) in call()
443 if (const char *ErrMsg = WFR.getOutOfBandError()) in runWithSPSRet()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp318 if (const char *ErrMsg = SetupMsgBytes.getOutOfBandError()) { in setup()
448 if (const char *ErrMsg = WFR.getOutOfBandError()) in handleHangup()