Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_globals.cpp108 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites, in GetGlobalsForAddress() argument
119 if (reg_sites) in GetGlobalsForAddress()
120 reg_sites[res] = FindRegistrationSite(&g); in GetGlobalsForAddress()
Dasan_descriptions.cpp304 int globals_num = GetGlobalsForAddress(addr, descr->globals, descr->reg_sites, in GetGlobalAddressInformation()
329 reg_sites[i]) { in Print()
331 StackDepotGet(reg_sites[i]).Print(); in Print()
Dasan_report.h33 int GetGlobalsForAddress(uptr addr, __asan_global *globals, u32 *reg_sites,
Dasan_descriptions.h161 u32 reg_sites[kMaxGlobals]; member