Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Djit_dispatch.h34 if (ORC_RT_UNLIKELY(!&__orc_rt_jit_dispatch)) in operator()
40 return __orc_rt_jit_dispatch(&__orc_rt_jit_dispatch_ctx, FnTag, ArgData, in operator()
H A Dcommon.h45 __orc_rt_jit_dispatch(__orc_rt_Opaque *DispatchCtx, const void *FnTag,
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp93 __orc_rt_jit_dispatch(__orc_rt_Opaque *Ctx, const void *FnTag, in __orc_rt_jit_dispatch() function