Home
last modified time | relevance | path

Searched refs:GetGlobalAddressInformation (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp301 bool GetGlobalAddressInformation(uptr addr, uptr access_size, in GetGlobalAddressInformation() function
314 if (!GetGlobalAddressInformation(addr, access_size, &descr)) return false; in DescribeAddressIfGlobal()
462 if (GetGlobalAddressInformation(addr, access_size, &data.global)) { in AddressDescription()
485 if (GetGlobalAddressInformation(addr, access_size, &global_descr)) { in PrintAddressDescription()
H A Dasan_report.cpp417 if (GetGlobalAddressInformation(left, 0, &gdesc1)) in IsInvalidPointerPair()
418 return !GetGlobalAddressInformation(right - 1, 0, &gdesc2) || in IsInvalidPointerPair()
423 GetGlobalAddressInformation(right - 1, 0, &gdesc2)) in IsInvalidPointerPair()
H A Dasan_descriptions.h172 bool GetGlobalAddressInformation(uptr addr, uptr access_size,