Searched refs:DoPoison (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 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 [all …]
|