Searched refs:ReportUMRInsideAddressRange (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_report.h | 28 void ReportUMRInsideAddressRange(const char *what, const void *start, uptr size,
|
| H A D | msan_report.cpp | 266 void ReportUMRInsideAddressRange(const char *what, const void *start, uptr size, in ReportUMRInsideAddressRange() function
|
| H A D | msan.cpp | 549 ReportUMRInsideAddressRange(__func__, x, size, offset); in __msan_check_mem_is_initialized()
|
| H A D | msan_interceptors.cpp | 98 ReportUMRInsideAddressRange(__func__, x, n, __offset); \
|