Home
last modified time | relevance | path

Searched refs:IsAccessibleMemoryRange (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_type_hash_win.cpp53 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()
HDubsan_type_hash_itanium.cpp213 if (!IsAccessibleMemoryRange((uptr)Prefix, sizeof(VtablePrefix))) in getVtablePrefix()
HDubsan_diag.cpp281 if (!IsAccessibleMemoryRange(Min, Max - Min)) { in PrintMemorySnippet()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_posix_libcdep.cpp263 if (!IsStackAccess && IsAccessibleMemoryRange(pc, 4)) { in IsStackOverflow()
291 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
HDsanitizer_symbolizer_report.cpp204 if (IsAccessibleMemoryRange(pc, 16)) { in MaybeDumpInstructionBytes()
HDsanitizer_fuchsia.cpp437 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
HDsanitizer_common.h269 bool IsAccessibleMemoryRange(uptr beg, uptr size);
HDsanitizer_win.cpp952 bool IsAccessibleMemoryRange(uptr beg, uptr size) { in IsAccessibleMemoryRange() function
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_common.cpp455 !IsAccessibleMemoryRange(stack_begin, 1)) { in ProcessThreads()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_report.cpp609 IsAccessibleMemoryRange(granule_addr, kShadowAlignment)) { in CopyShadow()