Home
last modified time | relevance | path

Searched refs:InitShadow (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/cfi/
H A Dcfi.cc311 void InitShadow() { in InitShadow() function
462 InitShadow(); in __cfi_init()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan.h72 bool InitShadow();
H A Dhwasan_linux.cc138 bool InitShadow() { in InitShadow() function
H A Dhwasan.cc258 if (!InitShadow()) { in __hwasan_shadow_init()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_linux.cc109 bool InitShadow(bool init_origins) { in InitShadow() function
H A Dmsan.h281 bool InitShadow(bool init_origins);
H A Dmsan.cc431 if (!InitShadow(__msan_get_track_origins())) { in __msan_init()