Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/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()