Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp114 } else if (auto global = descr.AsGlobal()) { in __asan_locate_address()
H A Dasan_descriptions.h260 const GlobalAddressDescription *AsGlobal() const { in AsGlobal() function