Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/include/orc_rt/
H A Dc_api.h139 __orc_rt_CreateCWrapperFunctionResultFromOutOfBandError(const char *ErrMsg) { in __orc_rt_CreateCWrapperFunctionResultFromOutOfBandError() function
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp184 __orc_rt_CreateCWrapperFunctionResultFromOutOfBandError(ErrMsg); in TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h99 return __orc_rt_CreateCWrapperFunctionResultFromOutOfBandError(Msg); in createOutOfBandError()