Searched defs:dso_handle (Results 1 – 5 of 5) sorted by relevance
/llvm-project/compiler-rt/lib/orc/ |
H A D | elfnix_platform.cpp | 559 __orc_rt_elfnix_cxa_atexit(void (* func)(void *),void * arg,void * dso_handle) __orc_rt_elfnix_cxa_atexit() argument 570 __orc_rt_elfnix_cxa_finalize(void * dso_handle) __orc_rt_elfnix_cxa_finalize() argument 586 __orc_rt_elfnix_jit_dlclose(void * dso_handle) __orc_rt_elfnix_jit_dlclose() argument 590 __orc_rt_elfnix_jit_dlsym(void * dso_handle,const char * symbol) __orc_rt_elfnix_jit_dlsym() argument [all...] |
H A D | macho_platform.cpp | 1496 void *dso_handle) { in __orc_rt_macho_cxa_finalize() argument 1516 int __orc_rt_macho_jit_dlupdate(void *dso_handle) { in __orc_rt_macho_jit_dlsym() argument 1492 __orc_rt_macho_cxa_atexit(void (* func)(void *),void * arg,void * dso_handle) __orc_rt_macho_cxa_atexit() argument 1512 __orc_rt_macho_jit_dlclose(void * dso_handle) __orc_rt_macho_jit_dlclose() argument [all...] |
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 369 INTERCEPTOR(int,__cxa_atexit,void (* func)(void *),void * arg,void * dso_handle) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 720 INTERCEPTOR(int,__cxa_atexit,void (* func)(void *),void * arg,void * dso_handle) global() argument
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1293 INTERCEPTOR(int,__cxa_atexit,void (* func)(void *),void * arg,void * dso_handle) INTERCEPTOR() argument
|