Searched refs:StoreShadow (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp622 void StoreShadow(u64 *sp, u64 s) { function in namespace:__tsan
628 StoreShadow(sp, *s);
711 StoreShadow(shadow_mem + (cur.epoch() % kShadowCnt), store_word);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3582 bool StoreShadow = !(ClEagerChecks && HasNoUndef);
3597 if (StoreShadow) {

Completed in 113 milliseconds