Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp623 bool DoPoison; member
762 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
763 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
789 Value *ShadowBase, bool DoPoison);
790 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
1925 bool DoPoison) { in poisonRedZones() argument
1944 Value *Poison = ConstantInt::get(StoreTy, DoPoison ? Val : 0); in poisonRedZones()
2032 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in poisonStack()
2036 HavePoisonedStaticAllocas |= (APC.DoPoison && !IsDynamicAlloca); in poisonStack()
2247 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp845 bool DoPoison; member
1009 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1010 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1052 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
2820 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3029 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3094 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3099 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()