Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1494 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1508 getInterestingMemoryOperands(&Inst, TLI, OperandsToInstrument); in sanitizeFunction()
1529 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1568 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2888 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2922 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2949 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2958 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()