Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1421 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1435 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1459 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1494 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2660 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2694 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2721 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2730 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()