Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1575 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1589 getInterestingMemoryOperands(ORE, &Inst, TLI, OperandsToInstrument); in sanitizeFunction()
1610 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1657 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2984 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
3018 OperandsToInstrument.push_back(Operand); in instrumentFunction()
3045 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
3054 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()