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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp478 bool DoPoison; member in struct:__anon26249::FunctionStackPoisoner::AllocaPoisonCall
550 bool DoPoison = (ID == Intrinsic::lifetime_end);
551 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison};
574 Value *ShadowBase, bool DoPoison);
575 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
1516 bool DoPoison) {
1535 Value *Poison = ConstantInt::get(StoreTy, DoPoison ? Val : 0);
1645 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison);
1646 HavePoisonedAllocas |= APC.DoPoison;
1745 IRBuilder<> &IRB, bool DoPoison) {
1514 poisonRedZones(const ArrayRef<uint8_t> ShadowBytes, IRBuilder<> &IRB, Value *ShadowBase, bool DoPoison) argument
1744 poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison) argument
[all...]

Completed in 483 milliseconds