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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp936 bool DoPoison; member in struct:__anon2865::FunctionStackPoisoner::AllocaPoisonCall
1117 bool DoPoison = (ID == Intrinsic::lifetime_end);
1118 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison};
1147 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
3226 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison);
3513 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End,
3579 IRBuilder<> &IRB, bool DoPoison) {
3584 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc,

Completed in 139 milliseconds