Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1603 SmallVector<Instruction *, 16> ToInstrument; in runOnFunction() local
1641 ToInstrument.push_back(&Inst); in runOnFunction()
1650 ToInstrument.size() > (unsigned)ClInstrumentationWithCallsThreshold); in runOnFunction()
1659 for (auto Inst : ToInstrument) { in runOnFunction()