Home
last modified time | relevance | path

Searched defs:kShadowScale (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_mapping.h37 constexpr uptr kShadowScale = 4; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_platform.h61 enum { kShadowScale = 2 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp142 constexpr int kShadowScale = 2; variable