Searched refs:IsAccessibleMemoryRange (Results 1 – 10 of 10) sorted by relevance
/freebsd/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 | 213 if (!IsAccessibleMemoryRange((uptr)Prefix, sizeof(VtablePrefix))) in getVtablePrefix()
|
H A D | ubsan_diag.cpp | 281 if (!IsAccessibleMemoryRange(Min, Max - Min)) { in PrintMemorySnippet()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 263 if (!IsStackAccess && IsAccessibleMemoryRange(pc, 4)) { in IsStackOverflow() 291 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
|
H A D | sanitizer_symbolizer_report.cpp | 204 if (IsAccessibleMemoryRange(pc, 16)) { in MaybeDumpInstructionBytes()
|
H A D | sanitizer_fuchsia.cpp | 437 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
|
H A D | sanitizer_win.cpp | 952 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
|
H A D | sanitizer_common.h | 269 bool IsAccessibleMemoryRange(uptr beg, uptr size);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common.cpp | 455 !IsAccessibleMemoryRange(stack_begin, 1)) { in ProcessThreads()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 609 IsAccessibleMemoryRange(granule_addr, kShadowAlignment)) { in CopyShadow()
|