Lines Matching refs:ShadowBase
406 Value *ShadowBase = nullptr; member in __anone00de11f0111::HWAddressSanitizer
740 if (ShadowBase == I) in getInterestingMemoryOperands()
810 return IRB.CreateGEP(Int8Ty, ShadowBase, Shadow); in memToShadow()
835 {ShadowBase, Ptr, ConstantInt::get(Int32Ty, AccessInfo)}); in instrumentMemAccessOutline()
1177 ShadowBase = getShadowNonTls(IRB); in emitPrologue()
1179 ShadowBase = getDynamicShadowIfunc(IRB); in emitPrologue()
1181 if (!WithFrameRecord && ShadowBase) in emitPrologue()
1241 if (!ShadowBase) { in emitPrologue()
1248 ShadowBase = IRB.CreateAdd( in emitPrologue()
1253 ShadowBase = IRB.CreateIntToPtr(ShadowBase, Int8PtrTy); in emitPrologue()
1463 assert(!ShadowBase); in sanitizeFunction()
1502 ShadowBase = nullptr; in sanitizeFunction()