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 Dcommon.h45 __orc_rt_jit_dispatch(__orc_rt_Opaque *DispatchCtx, const void *FnTag,
H A Dwrapper_function_utils.h305 if (ORC_RT_UNLIKELY(!&__orc_rt_jit_dispatch)) in call()
306 return make_error<StringError>("__orc_rt_jit_dispatch not set"); in call()
313 WrapperFunctionResult ResultBuffer = __orc_rt_jit_dispatch( in call()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp91 __orc_rt_jit_dispatch(__orc_rt_Opaque *Ctx, const void *FnTag, in __orc_rt_jit_dispatch() function