Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_mach_vm.cpp49 UnmapShadow(thr, address, size); in TSAN_INTERCEPTOR()
Dtsan_rtl.h683 void UnmapShadow(ThreadState *thr, uptr addr, uptr size);
Dtsan_rtl.cpp244 void UnmapShadow(ThreadState *thr, uptr addr, uptr size) { in UnmapShadow() function
Dtsan_interceptors_posix.cpp784 UnmapShadow(thr, (uptr)addr, sz); in TSAN_INTERCEPTOR()