Home
last modified time | relevance | path

Searched refs:TempsToInstrument (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.cpp2712 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2723 TempsToInstrument.clear(); in instrumentFunction()
2738 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
2741 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
2761 TempsToInstrument.clear(); in instrumentFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2645 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2658 TempsToInstrument.clear(); in instrumentFunction()
2670 if (TempsToInstrument.count(Addr)) in instrumentFunction()
2673 if (!TempsToInstrument.insert(Addr).second) in instrumentFunction()
2690 TempsToInstrument.clear(); in instrumentFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2711 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2722 TempsToInstrument.clear(); in instrumentFunction()
2737 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
2740 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
2760 TempsToInstrument.clear(); in instrumentFunction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2645 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2658 TempsToInstrument.clear(); in instrumentFunction()
2670 if (TempsToInstrument.count(Addr)) in instrumentFunction()
2673 if (!TempsToInstrument.insert(Addr).second) in instrumentFunction()
2690 TempsToInstrument.clear(); in instrumentFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2708 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2719 TempsToInstrument.clear(); in instrumentFunction()
2734 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
2737 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
2757 TempsToInstrument.clear(); in instrumentFunction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2711 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2722 TempsToInstrument.clear(); in instrumentFunction()
2737 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
2740 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
2760 TempsToInstrument.clear(); in instrumentFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2645 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2658 TempsToInstrument.clear(); in instrumentFunction()
2670 if (TempsToInstrument.count(Addr)) in instrumentFunction()
2673 if (!TempsToInstrument.insert(Addr).second) in instrumentFunction()
2690 TempsToInstrument.clear(); in instrumentFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2704 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2715 TempsToInstrument.clear(); in instrumentFunction()
2730 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
2733 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
2753 TempsToInstrument.clear(); in instrumentFunction()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2621 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2634 TempsToInstrument.clear(); in instrumentFunction()
2646 if (TempsToInstrument.count(Addr)) in instrumentFunction()
2649 if (!TempsToInstrument.insert(Addr).second) in instrumentFunction()
2666 TempsToInstrument.clear(); in instrumentFunction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2526 SmallPtrSet<Value *, 16> TempsToInstrument; in runOnFunction() local
2541 TempsToInstrument.clear(); in runOnFunction()
2553 if (TempsToInstrument.count(Addr)) in runOnFunction()
2556 if (!TempsToInstrument.insert(Addr).second) in runOnFunction()
2571 TempsToInstrument.clear(); in runOnFunction()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2489 SmallPtrSet<Value *, 16> TempsToInstrument;
2504 TempsToInstrument.clear();
2516 if (TempsToInstrument.count(Addr))
2519 if (!TempsToInstrument.insert(Addr).second)
2534 TempsToInstrument.clear();
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2806 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2817 TempsToInstrument.clear(); in instrumentFunction()
2832 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
2835 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
2855 TempsToInstrument.clear(); in instrumentFunction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2806 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2817 TempsToInstrument.clear(); in instrumentFunction()
2832 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
2835 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
2855 TempsToInstrument.clear(); in instrumentFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2806 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2817 TempsToInstrument.clear(); in instrumentFunction()
2832 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
2835 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
2855 TempsToInstrument.clear(); in instrumentFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2872 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2883 TempsToInstrument.clear(); in instrumentFunction()
2898 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
2901 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
2921 TempsToInstrument.clear(); in instrumentFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2806 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2817 TempsToInstrument.clear(); in instrumentFunction()
2832 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
2835 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
2855 TempsToInstrument.clear(); in instrumentFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2806 SmallPtrSet<Value *, 16> TempsToInstrument; in instrumentFunction() local
2817 TempsToInstrument.clear(); in instrumentFunction()
2832 if (TempsToInstrument.count(Ptr)) in instrumentFunction()
2835 if (!TempsToInstrument.insert(Ptr).second) in instrumentFunction()
2855 TempsToInstrument.clear(); in instrumentFunction()