Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1217 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1244 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1266 if (AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1346 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2815 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2847 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2875 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2884 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()