reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_debugging.cpp
  115     auto &g = global->globals[0];
projects/compiler-rt/lib/asan/asan_descriptions.cpp
  305   int globals_num = GetGlobalsForAddress(addr, descr->globals, descr->reg_sites,
  306                                          ARRAY_SIZE(descr->globals));
  327     DescribeAddressRelativeToGlobal(addr, access_size, globals[i]);
  342     const __asan_global &a = globals[i];
  344       const __asan_global &b = other.globals[j];