Searched refs:UnmapShadow (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_mach_vm.cpp | 49 UnmapShadow(thr, address, size); in TSAN_INTERCEPTOR()
|
| H A D | tsan_rtl.cpp | 307 void UnmapShadow(ThreadState *thr, uptr addr, uptr size) { in UnmapShadow() function
|
| H A D | tsan_rtl.h | 431 void UnmapShadow(ThreadState *thr, uptr addr, uptr size);
|
| H A D | tsan_interceptors_posix.cpp | 799 UnmapShadow(thr, (uptr)addr, sz); in TSAN_INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_mach_vm.cpp | 49 UnmapShadow(thr, address, size); in TSAN_INTERCEPTOR()
|
| H A D | tsan_rtl.h | 483 void UnmapShadow(ThreadState *thr, uptr addr, uptr size);
|
| H A D | tsan_rtl.cpp | 565 void UnmapShadow(ThreadState *thr, uptr addr, uptr size) { in UnmapShadow() function
|
| H A D | tsan_interceptors_posix.cpp | 804 UnmapShadow(thr, (uptr)addr, sz); in TSAN_INTERCEPTOR()
|