Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform.h631 bool GetUserRegion(int i, uptr *start, uptr *end) { in GetUserRegion() function
H A Dtsan_rtl.cc293 for (int i = 0; GetUserRegion(i, &beg, &end); i++) { in CheckShadowMapping()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform.h633 bool GetUserRegion(int i, uptr *start, uptr *end) { in GetUserRegion() function
H A Dtsan_rtl.cc295 for (int i = 0; GetUserRegion(i, &beg, &end); i++) { in CheckShadowMapping()