Searched refs:JITDispatch (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | jit_dispatch.h | 21 class JITDispatch { 23 JITDispatch(const void *FnTag) : FnTag(FnTag) {} in JITDispatch() function
|
| H A D | resolve.cpp | 37 SPSExecutorAddr)>::call(JITDispatch(&__orc_rt_resolve_tag), Result, in __orc_rt_resolve()
|
| H A D | elfnix_platform.cpp | 430 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 D | coff_platform.cpp | 320 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 D | macho_platform.cpp | 860 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 D | wrapper_function_utils_test.cpp | 104 !!WrapperFunction<void()>::call(JITDispatch((void *)&voidNoopWrapper))); in TEST() 110 JITDispatch((void *)&addWrapper), Result, 1, 2)); in TEST() 134 JITDispatch((void *)&addMethodWrapper), Result, in TEST()
|