Home
last modified time | relevance | path

Searched refs:dso_handle (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Transforms/GlobalOpt/
Datexit.ll4 …atexit(void (i8*)* nocapture %func, i8* nocapture %arg, i8* nocapture %dso_handle) nounwind readno…
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc733 void *dso_handle) { in INTERCEPTOR() argument
735 if (UNLIKELY(!asan_inited)) return REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR()
738 int res = REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1287 void *dso_handle) { in INTERCEPTOR() argument
1288 if (msan_init_is_running) return REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR()
1294 return REAL(__cxa_atexit)(MSanAtExitWrapper, r, dso_handle); in INTERCEPTOR()