Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp26 EXPECT_EQ(R.getOutOfBandError(), nullptr); in TEST()
36 EXPECT_EQ(R.getOutOfBandError(), nullptr); in TEST()
44 EXPECT_EQ(R.getOutOfBandError(), nullptr); in TEST()
52 EXPECT_EQ(R.getOutOfBandError(), nullptr); in TEST()
60 EXPECT_EQ(R.getOutOfBandError(), nullptr); in TEST()
66 EXPECT_TRUE(strcmp(R.getOutOfBandError(), TestString) == 0); in TEST()
/src/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()
/src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h119 const char *getOutOfBandError() const { in getOutOfBandError() function
310 if (const char *ErrMsg = ArgBuffer.getOutOfBandError()) in call()
315 if (auto ErrMsg = ResultBuffer.getOutOfBandError()) in call()
451 if (const char *ErrMsg = WFR.getOutOfBandError()) in runWithSPSRet()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp304 if (const char *ErrMsg = SetupMsgBytes.getOutOfBandError()) { in setup()
434 if (const char *ErrMsg = WFR.getOutOfBandError()) in handleHangup()