Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_descriptions.cpp305 int globals_num = GetGlobalsForAddress(addr, descr->globals, descr->reg_sites, in GetGlobalAddressInformation() local
307 descr->size = globals_num; in GetGlobalAddressInformation()
309 return globals_num != 0; in GetGlobalAddressInformation()
/external/compiler-rt/lib/asan/
Dasan_report.cc324 int globals_num = in DescribeAddressIfGlobal() local
326 if (globals_num == 0) in DescribeAddressIfGlobal()
328 for (int i = 0; i < globals_num; i++) { in DescribeAddressIfGlobal()