Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:ShadowMask

223   /// ShadowAddr is computed as ApplicationAddr & ~ShadowMask.
224 uint64_t ShadowMask;
346 ShadowMask = kShadowMask64;
350 ShadowMask = kShadowMask32;
627 /// Shadow = Addr & ~ShadowMask.
632 ConstantInt::get(MS.IntptrTy, ~MS.ShadowMask));
643 ConstantInt::get(MS.IntptrTy, ~MS.ShadowMask));