Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1515 std::vector<Function *> FnsToInstrument; in runImpl() local
1519 FnsToInstrument.push_back(&F); in runImpl()
1545 FnsToInstrument.push_back(NewF); in runImpl()
1554 for (std::vector<Function *>::iterator FI = FnsToInstrument.begin(), in runImpl()
1555 FE = FnsToInstrument.end(); in runImpl()
1639 size_t N = FI - FnsToInstrument.begin(), in runImpl()
1640 Count = FE - FnsToInstrument.begin(); in runImpl()
1641 FnsToInstrument.push_back(&F); in runImpl()
1642 FI = FnsToInstrument.begin() + N; in runImpl()
1643 FE = FnsToInstrument.begin() + Count; in runImpl()
[all …]