Searched refs:UnregisterGlobals (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cpp87 // To work around this, for each DLL we schedule a call to UnregisterGlobals
98 void UnregisterGlobals() { function in namespace:__anon976
103 return atexit(UnregisterGlobals);
107 // We need to call 'atexit(UnregisterGlobals);' as early as possible, but after
109 // initializers (think ctors for globals), UnregisterGlobals gets executed after

Completed in 288 milliseconds