Home
last modified time | relevance | path

Searched defs:dso_handle (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp559 void *dso_handle) { in __orc_rt_elfnix_cxa_atexit()
570 void __orc_rt_elfnix_cxa_finalize(void *dso_handle) { in __orc_rt_elfnix_cxa_finalize()
586 int __orc_rt_elfnix_jit_dlclose(void *dso_handle) { in __orc_rt_elfnix_jit_dlclose()
590 void *__orc_rt_elfnix_jit_dlsym(void *dso_handle, const char *symbol) { in __orc_rt_elfnix_jit_dlsym()
H A Dmacho_platform.cpp1259 __orc_rt_macho_cxa_atexit(void (* func)(void *),void * arg,void * dso_handle) __orc_rt_macho_cxa_atexit() argument
1263 __orc_rt_macho_cxa_finalize(void * dso_handle) __orc_rt_macho_cxa_finalize() argument
1279 __orc_rt_macho_jit_dlclose(void * dso_handle) __orc_rt_macho_jit_dlclose() argument
1283 __orc_rt_macho_jit_dlsym(void * dso_handle,const char * symbol) __orc_rt_macho_jit_dlsym() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp369 INTERCEPTOR(int,__cxa_atexit,void (* func)(void *),void * arg,void * dso_handle) INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp720 void *dso_handle) {
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1293 void *dso_handle) { in INTERCEPTOR()