Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dcommon.h45 __orc_rt_jit_dispatch(__orc_rt_Opaque *DispatchCtx, const void *FnTag,
H A Dwrapper_function_utils.h301 if (ORC_RT_UNLIKELY(!&__orc_rt_jit_dispatch)) in call()
309 WrapperFunctionResult ResultBuffer = __orc_rt_jit_dispatch( in call()
/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Dwrapper_function_utils_test.cpp87 __orc_rt_jit_dispatch(__orc_rt_Opaque *Ctx, const void *FnTag, in __orc_rt_jit_dispatch() function