Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp484 GlobalAddressDescription global_descr; in PrintAddressDescription() local
485 if (GetGlobalAddressInformation(addr, access_size, &global_descr)) { in PrintAddressDescription()
486 global_descr.Print(bug_type); in PrintAddressDescription()