Searched refs:IsAccessibleMemoryRange (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_type_hash_win.cc | 54 if (!IsAccessibleMemoryRange((uptr)obj_locator_ptr, sizeof(void*))) in getDynamicTypeInfoFromVtable() 58 if (!IsAccessibleMemoryRange((uptr)obj_locator, in getDynamicTypeInfoFromVtable() 72 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info))) in getDynamicTypeInfoFromVtable()
|
| H A D | ubsan_type_hash_itanium.cc | 201 if (!IsAccessibleMemoryRange((uptr)Prefix, sizeof(VtablePrefix))) in getVtablePrefix()
|
| H A D | ubsan_diag.cc | 268 if (!IsAccessibleMemoryRange(Min, Max - Min)) { in PrintMemorySnippet()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix_libcdep.cc | 253 if (!IsStackAccess && IsAccessibleMemoryRange(pc, 4)) { in IsStackOverflow() 281 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
|
| H A D | sanitizer_symbolizer_report.cc | 152 if (IsAccessibleMemoryRange(pc, 16)) { in MaybeDumpInstructionBytes()
|
| H A D | sanitizer_rtems.cc | 235 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
|
| H A D | sanitizer_fuchsia.cc | 382 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
|
| H A D | sanitizer_common.h | 212 bool IsAccessibleMemoryRange(uptr beg, uptr size);
|
| H A D | sanitizer_win.cc | 872 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_common.cc | 261 !IsAccessibleMemoryRange(stack_begin, 1)) { in ProcessThreads()
|