Home
last modified time | relevance | path

Searched refs:__orc_rt_CreateCWrapperFunctionResultFromString (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp142 __orc_rt_CreateCWrapperFunctionResultFromString(Source); in TEST()
166 __orc_rt_CreateCWrapperFunctionResultFromString(Source); in TEST()
H A Dwrapper_function_utils_test.cpp31 __orc_rt_CreateCWrapperFunctionResultFromString(TestString); in TEST()
/openbsd-src/gnu/llvm/compiler-rt/include/orc_rt/
H A Dc_api.h126 __orc_rt_CreateCWrapperFunctionResultFromString(const char *Source) { in __orc_rt_CreateCWrapperFunctionResultFromString() function
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h89 return __orc_rt_CreateCWrapperFunctionResultFromString(Source); in copyFrom()