Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2829 SmallVector<InterestingMemoryOperand, 1> InterestingOperands; in instrumentFunction() local
2830 getInterestingMemoryOperands(&Inst, InterestingOperands); in instrumentFunction()
2832 if (!InterestingOperands.empty()) { in instrumentFunction()
2833 for (auto &Operand : InterestingOperands) { in instrumentFunction()