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 | 155 bool GetHeapAddressInformation(uptr addr, uptr access_size, in GetHeapAddressInformation() function 182 if (!GetHeapAddressInformation(addr, access_size, &descr)) { in DescribeAddressIfHeap() 445 if (GetHeapAddressInformation(addr, access_size, &data.heap)) { in AddressDescription() 497 if (GetHeapAddressInformation(addr, access_size, &heap_descr)) { in PrintAddressDescription()
|
H A D | asan_report.cpp | 409 if (GetHeapAddressInformation(left, 0, &hdesc1) && in IsInvalidPointerPair() 411 return !GetHeapAddressInformation(right, 0, &hdesc2) || in IsInvalidPointerPair() 422 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 | 131 bool GetHeapAddressInformation(uptr addr, uptr access_size,
|