Home
last modified time | relevance | path

Searched refs:GetHeapAddressInformation (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp155 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 Dasan_report.cpp409 if (GetHeapAddressInformation(left, 0, &hdesc1) && in IsInvalidPointerPair()
411 return !GetHeapAddressInformation(right, 0, &hdesc2) || in IsInvalidPointerPair()
422 GetHeapAddressInformation(right, 0, &hdesc2) || in IsInvalidPointerPair()
H A Dasan_errors.h76 GetHeapAddressInformation(addr, 1, &addr_description); in ErrorDoubleFree()
94 GetHeapAddressInformation(addr, 1, &addr_description); in ErrorNewDeleteTypeMismatch()
H A Dasan_descriptions.h131 bool GetHeapAddressInformation(uptr addr, uptr access_size,