Lines Matching refs:DoPoison
526 bool DoPoison; member
673 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
674 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
699 Value *ShadowBase, bool DoPoison);
700 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
1630 bool DoPoison) { in poisonRedZones() argument
1649 Value *Poison = ConstantInt::get(StoreTy, DoPoison ? Val : 0); in poisonRedZones()
1818 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in poisonStack()
1819 HavePoisonedAllocas |= APC.DoPoison; in poisonStack()
1916 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
1921 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()