Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
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()
Dasan_report.cpp408 if (GetHeapAddressInformation(left, 0, &hdesc1) && in IsInvalidPointerPair()
410 return !GetHeapAddressInformation(right, 0, &hdesc2) || in IsInvalidPointerPair()
421 GetHeapAddressInformation(right, 0, &hdesc2) || in IsInvalidPointerPair()
Dasan_errors.h76 GetHeapAddressInformation(addr, 1, &addr_description); in ErrorDoubleFree()
94 GetHeapAddressInformation(addr, 1, &addr_description); in ErrorNewDeleteTypeMismatch()
Dasan_descriptions.h131 bool GetHeapAddressInformation(uptr addr, uptr access_size,