Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1415 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1428 getInterestingMemoryOperands(&Inst, OperandsToInstrument); in sanitizeFunction()
1452 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1487 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp2712 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
2746 OperandsToInstrument.push_back(Operand); in instrumentFunction()
2773 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
2782 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()