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

References

projects/compiler-rt/lib/asan/asan_globals.cpp
  241     ReportGlobal(*g, "Removed");
  243   CHECK(AddrIsInMem(g->beg));
  244   CHECK(AddrIsAlignedByGranularity(g->beg));
  245   CHECK(AddrIsAlignedByGranularity(g->size_with_redzone));
  247     PoisonShadowForGlobal(g, 0);
  253   if (UseODRIndicator(g) && g->odr_indicator != UINTPTR_MAX) {
  253   if (UseODRIndicator(g) && g->odr_indicator != UINTPTR_MAX) {
  254     u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator);