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