Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp114 static bool InitShadow(bool init_origins, bool dry_run) { in InitShadow() function
178 bool success = InitShadow(__msan_get_track_origins(), true); in InitShadowWithReExec()
200 return success && InitShadow(__msan_get_track_origins(), false); in InitShadowWithReExec()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp314 void InitShadow() { in InitShadow() function
465 InitShadow(); in __cfi_init()
/freebsd-14.2/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.cpp221 bool InitShadow() { in InitShadow() function
H A Dhwasan.cpp317 if (!InitShadow()) { in InitInstrumentation()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1166 bool InitShadow(bool init_origins) { in InitShadow() function
1232 InitShadow(dfsan_get_track_origins()); in DFsanInit()