Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_mapping.h66 inline bool MemIsShadow(uptr p) { in MemIsShadow() function
H A Dhwasan_report.cpp377 if (MemIsShadow(untagged_addr)) { in PrintAddressDescription()
431 if (MemIsShadow(reinterpret_cast<uptr>(left)) && in PrintAddressDescription()
437 if (MemIsShadow(reinterpret_cast<uptr>(right)) && in PrintAddressDescription()
574 if (MemIsShadow(reinterpret_cast<uptr>(tag_ptr))) in ReportInvalidFree()