Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
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()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DWrapperFunctionUtilsTest.cpp28 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()
58 EXPECT_TRUE(strcmp(R.getOutOfBandError(), TestString) == 0); in TEST()
/llvm-project-15.0.7/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()
675 if (const char *ErrMsg = WFR.getOutOfBandError()) in runWithSPSRet()
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h119 const char *getOutOfBandError() const { in getOutOfBandError() function
306 if (const char *ErrMsg = ArgBuffer.getOutOfBandError()) in call()
311 if (auto ErrMsg = ResultBuffer.getOutOfBandError()) in call()
446 if (const char *ErrMsg = WFR.getOutOfBandError()) in runWithSPSRet()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp272 if (const char *ErrMsg = SetupMsgBytes.getOutOfBandError()) { in setup()
394 if (const char *ErrMsg = WFR.getOutOfBandError()) in handleHangup()