Home
last modified time | relevance | path

Searched refs:orc_rt_CWrapperFunctionResultGetOutOfBandError (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp24 EXPECT_EQ(orc_rt_CWrapperFunctionResultGetOutOfBandError(&R), nullptr); in TEST()
47 EXPECT_EQ(orc_rt_CWrapperFunctionResultGetOutOfBandError(&R), nullptr); in TEST()
54 EXPECT_EQ(orc_rt_CWrapperFunctionResultGetOutOfBandError(&R), nullptr); in TEST()
78 EXPECT_EQ(orc_rt_CWrapperFunctionResultGetOutOfBandError(&R), nullptr); in TEST()
85 EXPECT_EQ(orc_rt_CWrapperFunctionResultGetOutOfBandError(&R), nullptr); in TEST()
194 const char *OOBErrMsg = orc_rt_CWrapperFunctionResultGetOutOfBandError(&R); in TEST()
/freebsd/contrib/llvm-project/compiler-rt/include/orc_rt/
H A Dc_api.h195 static inline const char *orc_rt_CWrapperFunctionResultGetOutOfBandError( in orc_rt_CWrapperFunctionResultGetOutOfBandError() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h120 return orc_rt_CWrapperFunctionResultGetOutOfBandError(&R); in getOutOfBandError()