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.cpp303 bool GetGlobalAddressInformation(uptr addr, uptr access_size, in GetGlobalAddressInformation() function
316 if (!GetGlobalAddressInformation(addr, access_size, &descr)) return false; in DescribeAddressIfGlobal()
452 if (GetGlobalAddressInformation(addr, access_size, &data.global)) { in AddressDescription()
493 if (GetGlobalAddressInformation(addr, access_size, &global_descr)) { in PrintAddressDescription()
H A Dasan_report.cpp455 if (GetGlobalAddressInformation(left, 0, &gdesc1)) in IsInvalidPointerPair()
456 return !GetGlobalAddressInformation(right - 1, 0, &gdesc2) || in IsInvalidPointerPair()
461 GetGlobalAddressInformation(right - 1, 0, &gdesc2)) in IsInvalidPointerPair()
H A Dasan_descriptions.h170 bool GetGlobalAddressInformation(uptr addr, uptr access_size,