Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp115 static bool InitShadow(bool init_origins, bool dry_run) { in InitShadow()
179 bool success = InitShadow(init_origins, true); in InitShadowWithReExec()
201 return success && InitShadow(init_origins, false); in InitShadowWithReExec()
114 static bool InitShadow(bool init_origins, bool dry_run) { InitShadow() function
/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp314 void InitShadow() { in InitShadow() function
465 InitShadow(); in __cfi_init()
/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()
222 bool InitShadow() { InitShadow() function
H A Dhwasan.cpp317 if (!InitShadow()) { in InitInstrumentation()
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1161 // TODO: InitShadow is based on msan. in ProtectMemoryRange()
1163 static bool InitShadow(bool init_origins, bool dry_run) { in ProtectMemoryRange()
1227 bool success = InitShadow(init_origins, true); in InitShadow()
1249 return success && InitShadow(init_origins, false); in InitShadowWithReExec()
1170 bool InitShadow(bool init_origins, bool dry_run) { InitShadow() function