Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/compiler-rt/include/orc_rt/
H A Dc_api.h123 orc_rt_CreateCWrapperFunctionResultFromString(const char *Source) { in orc_rt_CreateCWrapperFunctionResultFromString() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h89 return orc_rt_CreateCWrapperFunctionResultFromString(Source); in copyFrom()