Searched refs:IsAccessibleMemoryRange (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_type_hash_win.cpp | 53 if (!IsAccessibleMemoryRange((uptr)obj_locator_ptr, sizeof(void*))) in getDynamicTypeInfoFromVtable() 57 if (!IsAccessibleMemoryRange((uptr)obj_locator, in getDynamicTypeInfoFromVtable() 71 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info))) in getDynamicTypeInfoFromVtable()
|
| H A D | ubsan_type_hash_itanium.cpp | 201 if (!IsAccessibleMemoryRange((uptr)Prefix, sizeof(VtablePrefix))) in getVtablePrefix()
|
| H A D | ubsan_diag.cpp | 275 if (!IsAccessibleMemoryRange(Min, Max - Min)) { in PrintMemorySnippet()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix_libcdep.cpp | 241 if (!IsStackAccess && IsAccessibleMemoryRange(pc, 4)) { in IsStackOverflow() 269 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
|
| H A D | sanitizer_symbolizer_report.cpp | 155 if (IsAccessibleMemoryRange(pc, 16)) { in MaybeDumpInstructionBytes()
|
| H A D | sanitizer_fuchsia.cpp | 404 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
|
| H A D | sanitizer_win.cpp | 931 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
|
| H A D | sanitizer_common.h | 255 bool IsAccessibleMemoryRange(uptr beg, uptr size);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common.cpp | 324 !IsAccessibleMemoryRange(stack_begin, 1)) { in ProcessThreads()
|