Lines Matching defs:ShadowBase
448 Value *ShadowBase = nullptr;
826 if (ShadowBase == I)
899 return IRB.CreatePtrAdd(ShadowBase, Shadow);
980 {ShadowBase, Ptr, ConstantInt::get(Int32Ty, AccessInfo)});
1305 ShadowBase = getShadowNonTls(IRB);
1307 ShadowBase = getDynamicShadowIfunc(IRB);
1309 if (!WithFrameRecord && ShadowBase)
1385 if (!ShadowBase) {
1392 ShadowBase = IRB.CreateAdd(
1397 ShadowBase = IRB.CreateIntToPtr(ShadowBase, PtrTy);
1614 assert(!ShadowBase);
1666 ShadowBase = nullptr;