Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dc_api.h129 __orc_rt_CreateCWrapperFunctionResultFromString(const char *Source) { in __orc_rt_CreateCWrapperFunctionResultFromString() function
H A Dwrapper_function_utils.h88 return __orc_rt_CreateCWrapperFunctionResultFromString(Source); in copyFrom()