Home
last modified time | relevance | path

Searched refs:JITDispatch (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Djit_dispatch.h21 class JITDispatch {
23 JITDispatch(const void *FnTag) : FnTag(FnTag) {} in JITDispatch() function
H A Dresolve.cpp37 SPSExecutorAddr)>::call(JITDispatch(&__orc_rt_resolve_tag), Result, in __orc_rt_resolve()
H A Delfnix_platform.cpp430 SPSString)>::call(JITDispatch(&__orc_rt_elfnix_symbol_lookup_tag), in lookupSymbolInJITDylib()
479 call(JITDispatch(&__orc_rt_elfnix_push_initializers_tag), DepInfo, in dlopenFull()
570 call(JITDispatch(&__orc_rt_elfnix_push_initializers_tag), DepInfo, in dlupdateFull()
H A Dcoff_platform.cpp320 call(JITDispatch(&__orc_rt_coff_push_initializers_tag), DepInfoMap, in dlopenFull()
450 SPSString)>::call(JITDispatch(&__orc_rt_coff_symbol_lookup_tag), in lookupSymbolInJITDylib()
H A Dmacho_platform.cpp860 call(JITDispatch(&__orc_rt_macho_push_symbols_tag), OpErr, in requestPushSymbols()
1091 call(JITDispatch(&__orc_rt_macho_push_initializers_tag), DepInfo, in dlopenFull()
1219 call(JITDispatch(&__orc_rt_macho_push_initializers_tag), DepInfo, in dlupdateFull()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp104 !!WrapperFunction<void()>::call(JITDispatch((void *)&voidNoopWrapper))); in TEST()
110 JITDispatch((void *)&addWrapper), Result, 1, 2)); in TEST()
134 JITDispatch((void *)&addMethodWrapper), Result, in TEST()