Home
last modified time | relevance | path

Searched refs:UnmapShadow (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_mach_vm.cpp49 UnmapShadow(thr, address, size); in TSAN_INTERCEPTOR()
H A Dtsan_rtl.cpp307 void UnmapShadow(ThreadState *thr, uptr addr, uptr size) { in UnmapShadow() function
H A Dtsan_rtl.h431 void UnmapShadow(ThreadState *thr, uptr addr, uptr size);
H A Dtsan_interceptors_posix.cpp799 UnmapShadow(thr, (uptr)addr, sz); in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mach_vm.cpp49 UnmapShadow(thr, address, size); in TSAN_INTERCEPTOR()
H A Dtsan_rtl.h483 void UnmapShadow(ThreadState *thr, uptr addr, uptr size);
H A Dtsan_rtl.cpp565 void UnmapShadow(ThreadState *thr, uptr addr, uptr size) { in UnmapShadow() function
H A Dtsan_interceptors_posix.cpp804 UnmapShadow(thr, (uptr)addr, sz); in TSAN_INTERCEPTOR()