Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DWrapperFunctionUtilsTest.cpp86 static WrapperFunctionResult addMethodWrapper(const char *ArgData, in addMethodWrapper() function
107 addMethodWrapper, Result, ExecutorAddr::fromPtr(&AddObj), 2)); in TEST()
/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp123 static orc_rt_CWrapperFunctionResult addMethodWrapper(const char *ArgData, in addMethodWrapper()
134 JITDispatch((void *)&addMethodWrapper), Result,
120 static orc_rt_CWrapperFunctionResult addMethodWrapper(const char *ArgData, addMethodWrapper() function