Lines Matching refs:ShadowBase
352 Value *ShadowBase = nullptr; member in __anonb30972230111::HWAddressSanitizer
739 if (ShadowBase == I) in getInterestingMemoryOperands()
809 return IRB.CreateGEP(Int8Ty, ShadowBase, Shadow); in memToShadow()
832 {ShadowBase, Ptr, ConstantInt::get(Int32Ty, AccessInfo)}); in instrumentMemAccessInline()
1139 ShadowBase = getShadowNonTls(IRB); in emitPrologue()
1141 ShadowBase = getDynamicShadowIfunc(IRB); in emitPrologue()
1143 if (!WithFrameRecord && ShadowBase) in emitPrologue()
1200 if (!ShadowBase) { in emitPrologue()
1204 ShadowBase = IRB.CreateAdd( in emitPrologue()
1209 ShadowBase = IRB.CreateIntToPtr(ShadowBase, Int8PtrTy); in emitPrologue()
1369 assert(!ShadowBase); in sanitizeFunction()
1455 ShadowBase = nullptr; in sanitizeFunction()