Searched refs:GetHeapAddressInformation (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_descriptions.cpp | 157 bool GetHeapAddressInformation(uptr addr, uptr access_size, in GetHeapAddressInformation() function 184 if (!GetHeapAddressInformation(addr, access_size, &descr)) { in DescribeAddressIfHeap() 457 if (GetHeapAddressInformation(addr, access_size, &data.heap)) { in AddressDescription() 505 if (GetHeapAddressInformation(addr, access_size, &heap_descr)) { in PrintAddressDescription()
|
| H A D | asan_report.cpp | 447 if (GetHeapAddressInformation(left, 0, &hdesc1) && in IsInvalidPointerPair() 449 return !GetHeapAddressInformation(right, 0, &hdesc2) || in IsInvalidPointerPair() 460 GetHeapAddressInformation(right, 0, &hdesc2) || in IsInvalidPointerPair()
|
| H A D | asan_errors.h | 76 GetHeapAddressInformation(addr, 1, &addr_description); in ErrorDoubleFree() 94 GetHeapAddressInformation(addr, 1, &addr_description); in ErrorNewDeleteTypeMismatch()
|
| H A D | asan_descriptions.h | 129 bool GetHeapAddressInformation(uptr addr, uptr access_size,
|