Home
last modified time | relevance | path

Searched defs:shadow_scale (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/test/asan/TestCases/
Dset_shadow_test.c26 size_t shadow_scale; in f() local
Ddebug_locate.cpp64 size_t shadow_scale; in main() local
/external/compiler-rt/test/asan/TestCases/
Ddebug_locate.cc64 size_t shadow_scale; in main() local
/external/compiler-rt/lib/asan/
Dasan_debugging.cc136 void __asan_get_shadow_mapping(uptr *shadow_scale, uptr *shadow_offset) { in __asan_get_shadow_mapping()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_debugging.cpp141 void __asan_get_shadow_mapping(uptr *shadow_scale, uptr *shadow_offset) { in __asan_get_shadow_mapping()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cpp886 uptr MapDynamicShadow(uptr shadow_size_bytes, uptr shadow_scale, in MapDynamicShadow()
Dsanitizer_win.cpp351 uptr MapDynamicShadow(uptr shadow_size_bytes, uptr shadow_scale, in MapDynamicShadow()
Dsanitizer_mac.cpp1136 uptr MapDynamicShadow(uptr shadow_size_bytes, uptr shadow_scale, in MapDynamicShadow()