Home
last modified time | relevance | path

Searched refs:OperandsToInstrument (Results 1 – 22 of 22) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1087 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1114 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1136 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1212 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2712 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2744 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2772 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2781 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1087 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1114 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1136 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1212 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2712 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2744 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2772 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2781 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1201 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1228 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1250 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1326 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2713 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2745 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2773 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2782 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1201 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1228 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1250 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1326 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2709 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2741 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2769 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2778 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1201 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1228 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1250 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1326 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2705 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2737 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2765 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2774 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1312 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1343 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1365 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1447 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2807 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2839 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2867 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2876 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1312 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1343 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1365 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1447 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2807 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2839 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2867 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2876 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1312 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1343 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1365 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1447 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2807 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2839 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2867 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2876 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1312 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1343 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1365 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1447 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2807 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2839 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2867 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2876 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1312 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1343 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1365 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1447 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2807 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2839 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2867 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2876 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1504 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1553 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1576 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1632 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2873 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2905 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2933 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2942 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()