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

References

projects/compiler-rt/lib/asan/asan_shadow_setup.cpp
  133     ProtectGap(kShadowGapBeg, kShadowGapEnd - kShadowGapBeg + 1);
  146     ProtectGap(kShadowGapBeg, kShadowGapEnd - kShadowGapBeg + 1);
  147     ProtectGap(kShadowGap2Beg, kShadowGap2End - kShadowGap2Beg + 1);
  148     ProtectGap(kShadowGap3Beg, kShadowGap3End - kShadowGap3Beg + 1);