Home
last modified time | relevance | path

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

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