Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1538 std::vector<Function *> FnsToInstrument; in runImpl() local
1546 FnsToInstrument.push_back(&F); in runImpl()
1556 llvm::erase(FnsToInstrument, F); in runImpl()
1581 FnsToInstrument.push_back(NewF); in runImpl()
1590 for (std::vector<Function *>::iterator FI = FnsToInstrument.begin(), in runImpl()
1591 FE = FnsToInstrument.end(); in runImpl()
1672 size_t N = FI - FnsToInstrument.begin(), in runImpl()
1673 Count = FE - FnsToInstrument.begin(); in runImpl()
1674 FnsToInstrument.push_back(&F); in runImpl()
1675 FI = FnsToInstrument.begin() + N; in runImpl()
[all …]