Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1543 std::vector<Function *> FnsToInstrument; in runImpl() local
1551 FnsToInstrument.push_back(&F); in runImpl()
1561 llvm::erase(FnsToInstrument, F); in runImpl()
1586 FnsToInstrument.push_back(NewF); in runImpl()
1595 for (std::vector<Function *>::iterator FI = FnsToInstrument.begin(), in runImpl()
1596 FE = FnsToInstrument.end(); in runImpl()
1677 size_t N = FI - FnsToInstrument.begin(), in runImpl()
1678 Count = FE - FnsToInstrument.begin(); in runImpl()
1679 FnsToInstrument.push_back(&F); in runImpl()
1680 FI = FnsToInstrument.begin() + N; in runImpl()
[all …]