Home
last modified time | relevance | path

Searched refs:DescribeMemoryRange (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.h27 void DescribeMemoryRange(const void *x, uptr size);
H A Dmsan_report.cpp187 void DescribeMemoryRange(const void *x, uptr size) { in DescribeMemoryRange() function
279 DescribeMemoryRange(start, size); in ReportUMRInsideAddressRange()
H A Dmsan.cpp534 DescribeMemoryRange(x, size); in __msan_dump_shadow()