Lines Matching defs:ShadowBase
475 Value *ShadowBase = nullptr;
900 if (ShadowBase == I)
973 return IRB.CreatePtrAdd(ShadowBase, Shadow);
1053 {}, {ShadowBase, Ptr, ConstantInt::get(Int32Ty, AccessInfo)});
1390 ShadowBase = getShadowNonTls(IRB);
1392 ShadowBase = getDynamicShadowIfunc(IRB);
1394 if (!WithFrameRecord && ShadowBase)
1442 if (!ShadowBase) {
1449 ShadowBase = IRB.CreateAdd(
1454 ShadowBase = IRB.CreateIntToPtr(ShadowBase, PtrTy);
1680 assert(!ShadowBase);
1725 ShadowBase = nullptr;