Searched defs:__asan_init (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_init_version.h12 // This header defines a versioned __asan_init function to be called at the
33 #define __asan_init __asan_init_v4 macro
H A Dasan_dll_thunk.cc76 // after __asan_init, thus an empty implementation is sufficient.
90 // functions since it can be called before __asan_init, but that would lead to
199 // want to call it in the __asan_init interceptor.
205 // Manually wrap __asan_init as we need to initialize
207 void __asan_init() { function
210 // __asan_init is expected to be called by only one thread.
335 // We want to call __asan_init before C/C++ initializers/constructors are
343 __asan_init();
H A Dasan_rtl.cc713 __asan_init();
770 void __asan_init() { function in namespace:__asan

Completed in 64 milliseconds