Home
last modified time | relevance | path

Searched refs:ORC_RT_INTERFACE (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_platform.h20 ORC_RT_INTERFACE int __orc_rt_macho_cxa_atexit(void (*func)(void *), void *arg,
22 ORC_RT_INTERFACE void __orc_rt_macho_cxa_finalize(void *dso_handle);
25 ORC_RT_INTERFACE const char *__orc_rt_macho_jit_dlerror();
26 ORC_RT_INTERFACE void *__orc_rt_macho_jit_dlopen(const char *path, int mode);
27 ORC_RT_INTERFACE int __orc_rt_macho_jit_dlclose(void *dso_handle);
28 ORC_RT_INTERFACE void *__orc_rt_macho_jit_dlsym(void *dso_handle,
H A Delfnix_platform.h20 ORC_RT_INTERFACE int __orc_rt_elfnix_cxa_atexit(void (*func)(void *), void *arg,
22 ORC_RT_INTERFACE int __orc_rt_elfnix_atexit(void (*func)(void *));
23 ORC_RT_INTERFACE void __orc_rt_elfnix_cxa_finalize(void *dso_handle);
26 ORC_RT_INTERFACE const char *__orc_rt_elfnix_jit_dlerror();
27 ORC_RT_INTERFACE void *__orc_rt_elfnix_jit_dlopen(const char *path, int mode);
28 ORC_RT_INTERFACE int __orc_rt_elfnix_jit_dlclose(void *dso_handle);
29 ORC_RT_INTERFACE void *__orc_rt_elfnix_jit_dlsym(void *dso_handle,
H A Ddlfcn_wrapper.cpp25 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
33 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
44 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
H A Delfnix_platform.cpp451 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
462 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
469 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
481 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
496 ORC_RT_INTERFACE void *__orc_rt_elfnix_tls_get_addr_impl(TLSInfoEntry *D) { in __orc_rt_elfnix_tls_get_addr_impl()
510 ORC_RT_INTERFACE ptrdiff_t ___orc_rt_elfnix_tlsdesc_resolver_impl( in ___orc_rt_elfnix_tlsdesc_resolver_impl()
517 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
576 ORC_RT_INTERFACE int64_t __orc_rt_elfnix_run_program( in __orc_rt_elfnix_run_program()
H A Dmacho_ehframe_registration.cpp52 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
64 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
H A Dmacho_platform.cpp935 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
941 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
947 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
958 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
969 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
983 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
998 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
1009 ORC_RT_INTERFACE void *__orc_rt_macho_tlv_get_addr_impl(TLVDescriptor *D) { in __orc_rt_macho_tlv_get_addr_impl()
1024 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult
1076 ORC_RT_INTERFACE int64_t __orc_rt_macho_run_program(const char *JITDylibName, in __orc_rt_macho_run_program()
H A Dlog_error_to_stderr.cpp17 ORC_RT_INTERFACE void __orc_rt_log_error_to_stderr(const char *ErrMsg) { in __orc_rt_log_error_to_stderr()
H A Dcompiler.h18 #define ORC_RT_INTERFACE extern "C" __attribute__((visibility("default"))) macro
H A Drun_program_wrapper.cpp25 ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult