Home
last modified time | relevance | path

Searched refs:ReserveShadowMemoryRange (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_shadow_setup.cpp37 ReserveShadowMemoryRange(GapShadowBeg, GapShadowEnd, in ProtectGap()
91 ReserveShadowMemoryRange(shadow_start, kLowShadowEnd, "low shadow"); in InitializeShadowMemory()
93 ReserveShadowMemoryRange(kHighShadowBeg, kHighShadowEnd, "high shadow"); in InitializeShadowMemory()
102 ReserveShadowMemoryRange(shadow_start, kLowShadowEnd, "low shadow"); in InitializeShadowMemory()
104 ReserveShadowMemoryRange(kMidShadowBeg, kMidShadowEnd, "mid shadow"); in InitializeShadowMemory()
106 ReserveShadowMemoryRange(kHighShadowBeg, kHighShadowEnd, "high shadow"); in InitializeShadowMemory()
H A Dasan_poisoning.h70 ReserveShadowMemoryRange(page_beg, page_end - 1, nullptr); in FastPoisonShadow()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_shadow_setup.cpp33 ReserveShadowMemoryRange(GapShadowBeg, GapShadowEnd, in ProtectGap()
54 ReserveShadowMemoryRange(shadow_start, kLowShadowEnd, "low shadow"); in InitializeShadowMemory()
56 ReserveShadowMemoryRange(kHighShadowBeg, kHighShadowEnd, "high shadow"); in InitializeShadowMemory()
H A Dmemprof_allocator.cpp275 ReserveShadowMemoryRange(page_beg, page_end - 1, nullptr); in ClearShadow()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp264 ReserveShadowMemoryRange(kLowShadowStart, kLowShadowEnd, "low shadow"); in InitShadow()
265 ReserveShadowMemoryRange(kHighShadowStart, kHighShadowEnd, "high shadow"); in InitShadow()
289 ReserveShadowMemoryRange(thread_space_start, thread_space_end - 1, in InitThreads()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp162 void ReserveShadowMemoryRange(uptr beg, uptr end, const char *name, in ReserveShadowMemoryRange() function
H A Dsanitizer_common.h154 void ReserveShadowMemoryRange(uptr beg, uptr end, const char *name,