Searched refs:shadow_scale (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp141 void __asan_get_shadow_mapping(uptr *shadow_scale, uptr *shadow_offset) { argument
142 if (shadow_scale)
143 *shadow_scale = SHADOW_SCALE;
H A Dasan_interface_internal.h160 void __asan_get_shadow_mapping(uptr *shadow_scale, uptr *shadow_offset);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dasan_interface.h231 /// \param shadow_scale [out] Shadow scale value.
233 void __asan_get_shadow_mapping(size_t *shadow_scale, size_t *shadow_offset);

Completed in 110 milliseconds