Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h61 uptr shadow_stack[kShadowStackSize];
H A Dtsan_defs.h70 const uptr kShadowStackSize = 64 * 1024; variable
H A Dtsan_rtl_thread.cpp98 thr->shadow_stack_end = thr->shadow_stack + kShadowStackSize; in OnStarted()