Lines Matching refs:ShadowBase
423 Value *ShadowBase = nullptr; member in __anon75deca650111::HWAddressSanitizer
792 if (ShadowBase == I) in getInterestingMemoryOperands()
865 return IRB.CreatePtrAdd(ShadowBase, Shadow); in memToShadow()
924 {ShadowBase, Ptr, ConstantInt::get(Int32Ty, AccessInfo)}); in instrumentMemAccessOutline()
1268 ShadowBase = getShadowNonTls(IRB); in emitPrologue()
1270 ShadowBase = getDynamicShadowIfunc(IRB); in emitPrologue()
1272 if (!WithFrameRecord && ShadowBase) in emitPrologue()
1332 if (!ShadowBase) { in emitPrologue()
1339 ShadowBase = IRB.CreateAdd( in emitPrologue()
1344 ShadowBase = IRB.CreateIntToPtr(ShadowBase, PtrTy); in emitPrologue()
1533 assert(!ShadowBase); in sanitizeFunction()
1577 ShadowBase = nullptr; in sanitizeFunction()