Lines Matching refs:Mapping
251 ShadowMapping Mapping; member in __anone01f24340111::HWAddressSanitizer
303 Mapping.init(TargetTriple); in doInitialization()
380 if (Mapping.InGlobal) in initializeCallbacks()
402 if (Mapping.Offset != kDynamicShadowSentinel) in getDynamicShadowNonTls()
405 if (Mapping.InGlobal) { in getDynamicShadowNonTls()
511 Value *Shadow = IRB.CreateLShr(Mem, Mapping.Scale); in memToShadow()
512 if (Mapping.Offset == 0) in memToShadow()
519 ShadowBase = ConstantInt::get(Ty, Mapping.Offset); in memToShadow()
616 (Alignment >= (1UL << Mapping.Scale) || Alignment == 0 || in instrumentMemAccess()
648 size_t Size = (getAllocaSizeInBytes(*AI) + Mapping.getAllocaAlignment() - 1) & in tagAlloca()
649 ~(Mapping.getAllocaAlignment() - 1); in tagAlloca()
657 size_t ShadowSize = Size >> Mapping.Scale; in tagAlloca()
809 if (!Mapping.InTls) in emitPrologue()
964 if (AI->getAlignment() < Mapping.getAllocaAlignment()) in runOnFunction()
965 AI->setAlignment(Mapping.getAllocaAlignment()); in runOnFunction()