Lines Matching refs:DoPoison
574 bool DoPoison; member
711 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
712 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
738 Value *ShadowBase, bool DoPoison);
739 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
1731 bool DoPoison) { in poisonRedZones() argument
1750 Value *Poison = ConstantInt::get(StoreTy, DoPoison ? Val : 0); in poisonRedZones()
1833 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in poisonStack()
1834 HavePoisonedAllocas |= APC.DoPoison; in poisonStack()
2039 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
2044 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()