Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp908 bool DoPoison; member
1085 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1086 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1115 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
3041 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3315 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3380 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3385 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp895 bool DoPoison; member
1071 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1072 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1104 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
2972 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3174 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3239 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3244 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp900 bool DoPoison; member
1074 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1075 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1104 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
3040 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3314 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3379 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3384 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp895 bool DoPoison; member
1071 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1072 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1104 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
2972 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3174 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3239 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3244 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp904 bool DoPoison; member
1081 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1082 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1111 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
3037 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3312 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3377 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3382 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp900 bool DoPoison; member
1074 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1075 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1104 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
3040 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3314 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3379 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3384 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp895 bool DoPoison; member
1071 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1072 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1104 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
2972 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3174 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3239 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3244 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp900 bool DoPoison; member
1077 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1078 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1107 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
3033 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3308 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3373 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3378 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp879 bool DoPoison; member
1055 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1056 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1088 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
2948 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3156 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3221 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3226 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp860 bool DoPoison; member
1024 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1025 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1067 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
2857 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3066 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3131 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3136 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp845 bool DoPoison;
1009 bool DoPoison = (ID == Intrinsic::lifetime_end);
1010 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison};
1052 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
2820 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison);
3029 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End,
3094 IRBuilder<> &IRB, bool DoPoison) {
3099 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp947 bool DoPoison; member
1126 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1127 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1156 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
3142 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3429 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3494 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3499 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp947 bool DoPoison; member
1126 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1127 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1156 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
3142 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3429 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3494 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3499 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp947 bool DoPoison; member
1126 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1127 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1156 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
3142 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3429 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3494 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3499 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp989 bool DoPoison; member
1168 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1169 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1198 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
3209 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3496 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3561 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3566 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp947 bool DoPoison; member
1126 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1127 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1156 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
3142 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3429 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3494 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3499 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp947 bool DoPoison; member
1126 bool DoPoison = (ID == Intrinsic::lifetime_end); in visitIntrinsicInst() local
1127 AllocaPoisonCall APC = {&II, AI, SizeValue, DoPoison}; in visitIntrinsicInst()
1156 void poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison);
3142 poisonAlloca(APC.AI, APC.Size, IRB, APC.DoPoison); in processDynamicAllocas()
3429 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3494 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca() argument
3499 DoPoison ? AsanPoisonStackMemoryFunc : AsanUnpoisonStackMemoryFunc, in poisonAlloca()