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

References

projects/compiler-rt/lib/asan/asan_globals.cpp
   89       g.module_name, g.has_dynamic_init, (void *)g.odr_indicator);
  139   if (g->odr_indicator == UINTPTR_MAX)
  141   u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator);
  149     if (g->odr_indicator == l->g->odr_indicator &&
  149     if (g->odr_indicator == l->g->odr_indicator &&
  191   return g->odr_indicator > 0;
  253   if (UseODRIndicator(g) && g->odr_indicator != UINTPTR_MAX) {
  254     u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator);
  386             globals[i].odr_indicator == 0);