Searched refs:getOutOfBandError (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/orc/unittests/ |
| H A D | wrapper_function_utils_test.cpp | 26 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 D | WrapperFunctionUtilsTest.cpp | 28 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 D | WrapperFunctionUtils.h | 156 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 D | wrapper_function_utils.h | 119 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 D | SimpleRemoteEPC.cpp | 272 if (const char *ErrMsg = SetupMsgBytes.getOutOfBandError()) { in setup() 394 if (const char *ErrMsg = WFR.getOutOfBandError()) in handleHangup()
|