Home
last modified time | relevance | path

Searched defs:kZeroBaseMaxShadowStart (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mapping_sparc64.h53 #define kZeroBaseMaxShadowStart (1 << 18) macro
H A Dasan_mapping.h298 # define kZeroBaseMaxShadowStart (1 << 18) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_mapping.h83 #define kZeroBaseMaxShadowStart (1 << 18) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp63 constexpr uptr kZeroBaseMaxShadowStart = 1 << 18; variable