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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_globals.cc60 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { function in namespace:__asan
248 PoisonShadowForGlobal(g, 0);
269 PoisonShadowForGlobal(g, 0);
438 PoisonShadowForGlobal(g, kAsanInitializationOrderMagic);
460 PoisonShadowForGlobal(g, 0);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_globals.cc58 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { function in namespace:__asan
228 PoisonShadowForGlobal(g, 0);
249 PoisonShadowForGlobal(g, 0);
418 PoisonShadowForGlobal(g, kAsanInitializationOrderMagic);
440 PoisonShadowForGlobal(g, 0);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_globals.cpp59 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { function in namespace:__asan
228 PoisonShadowForGlobal(g, 0);
249 PoisonShadowForGlobal(g, 0);
418 PoisonShadowForGlobal(g, kAsanInitializationOrderMagic);
440 PoisonShadowForGlobal(g, 0);

Completed in 120 milliseconds