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

References

projects/compiler-rt/lib/hwasan/hwasan.cpp
  423   uptr shadow_first = MemToShadow(ptr_raw);
  424   uptr shadow_last = MemToShadow(ptr_raw + sz - 1);
  425   Printf("HWASan shadow map for %zx .. %zx (pointer tag %x)\n", ptr_raw,
  426          ptr_raw + sz, GetTagFromPointer((uptr)p));