Home
last modified time | relevance | path

Searched refs:init_origins (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_linux.cpp107 bool InitShadow(bool init_origins) { in InitShadow() argument
135 (init_origins && type == MappingDesc::ORIGIN); in InitShadow()
137 (!init_origins && type == MappingDesc::ORIGIN); in InitShadow()
Dmsan.h294 bool InitShadow(bool init_origins);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddfsan.cpp933 bool InitShadow(bool init_origins) { in InitShadow() argument
961 (init_origins && type == MappingDesc::ORIGIN); in InitShadow()
963 (!init_origins && type == MappingDesc::ORIGIN); in InitShadow()