Home
last modified time | relevance | path

Searched refs:MemIsShadow (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp602 if (!MemIsShadow(tag_addr)) in CopyShadow()
633 if (MemIsShadow(untagged_addr)) in CopyHeapChunk()
647 if (MemIsShadow(untagged_addr)) in CopyAllocations()
680 if (MemIsShadow(untagged_addr)) in FindBufferOverflowCandidate()
690 if (MemIsShadow(reinterpret_cast<uptr>(left)) && TagsEqual(ptr_tag, left)) { in FindBufferOverflowCandidate()
695 if (MemIsShadow(reinterpret_cast<uptr>(right)) && in FindBufferOverflowCandidate()
794 if (MemIsShadow(untagged_addr)) { in PrintAddressDescription()
H A Dhwasan_mapping.h66 inline bool MemIsShadow(uptr p) { in MemIsShadow() function