Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/include/orc/
H A Dc_api.h139 __orc_rt_CreateCWrapperFunctionResultFromOutOfBandError(const char *ErrMsg) { in __orc_rt_CreateCWrapperFunctionResultFromOutOfBandError() function
/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Dc_api_test.cpp184 __orc_rt_CreateCWrapperFunctionResultFromOutOfBandError(ErrMsg); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h99 return __orc_rt_CreateCWrapperFunctionResultFromOutOfBandError(Msg); in createOutOfBandError()