Searched defs:InstallAtExitHandler (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/ | ||
H A D | hwasan_fuchsia.cpp | 184 void InstallAtExitHandler() {} in InstallAtExitHandler() function |
H A D | hwasan_linux.cpp | 297 void InstallAtExitHandler() { atexit(HwasanAtExit); } InstallAtExitHandler() function |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/ | ||
H A D | msan_linux.cpp | 213 void InstallAtExitHandler() { InstallAtExitHandler() function |