Searched refs:DoPoison (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1062 bool DoPoison; member 1244 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local 1245 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst() 1274 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison); 3378 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas() 3692 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas() 3758 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument 3763 IRB, DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
|