reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);