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