Home
last modified time | relevance | path

Searched refs:init_origins (Results 1 – 3 of 3) 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() argument
144 (init_origins && type == MappingDesc::ORIGIN); in InitShadow()
146 (!init_origins && type == MappingDesc::ORIGIN); in InitShadow()
175 bool InitShadowWithReExec(bool init_origins) { in InitShadowWithReExec() argument
179 bool success = InitShadow(init_origins, true); in InitShadowWithReExec()
201 return success && InitShadow(init_origins, false); in InitShadowWithReExec()
H A Dmsan.h266 bool InitShadowWithReExec(bool init_origins);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1163 static bool InitShadow(bool init_origins, bool dry_run) { in InitShadow() argument
1192 (init_origins && type == MappingDesc::ORIGIN); in InitShadow()
1194 (!init_origins && type == MappingDesc::ORIGIN); in InitShadow()
1223 static bool InitShadowWithReExec(bool init_origins) { in InitShadowWithReExec() argument
1227 bool success = InitShadow(init_origins, true); in InitShadowWithReExec()
1249 return success && InitShadow(init_origins, false); in InitShadowWithReExec()