Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_mapping.h60 inline uptr MemToShadowSize(uptr size) { in MemToShadowSize() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_mapping.h63 inline uptr MemToShadowSize(uptr size) { return size >> SHADOW_SCALE; } MemToShadowSize() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mapping.h360 static inline uptr MemToShadowSize(uptr size) { MemToShadowSize() function