Home
last modified time | relevance | path

Searched refs:DoPoison (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp938 bool DoPoison; member
1119 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1120 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1149 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
3143 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3418 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3483 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3488 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()