Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.h40 bool GetInfoForAddressIfGlobal(uptr addr, AddressDescription *descr);
Dasan_debugging.cc71 if (GetInfoForAddressIfGlobal(addr, descr)) { in AsanLocateAddress()
Dasan_globals.cc126 bool GetInfoForAddressIfGlobal(uptr addr, AddressDescription *descr) { in GetInfoForAddressIfGlobal() function