Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp115 static bool InitShadow(bool init_origins, bool dry_run) { in InitShadow() function
179 bool success = InitShadow(init_origins, true); in InitShadowWithReExec()
201 return success && InitShadow(init_origins, false); in InitShadowWithReExec()
H A Dmsan.h
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp314 void InitShadow() { in InitShadow()
465 InitShadow(); in __cfi_init()
310 void InitShadow() { InitShadow() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h118 bool InitShadow();
H A Dhwasan_fuchsia.cpp36 bool InitShadow() { in InitShadow() function
H A Dhwasan_linux.cpp231 bool InitShadow() { in InitShadow() function
H A Dhwasan.cpp317 if (!InitShadow()) { in InitInstrumentation()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1170 bool InitShadow(bool init_origins, bool dry_run) { in InitShadow() function
1234 bool success = InitShadow(init_origins, true); in InitShadowWithReExec()
1256 return success && InitShadow(init_origins, false); in InitShadowWithReExec()