Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1370 std::vector<Function *> FnsToInstrument; in runImpl() local
1376 FnsToInstrument.push_back(&F); in runImpl()
1386 FnsToInstrument.erase( in runImpl()
1387 std::remove(FnsToInstrument.begin(), FnsToInstrument.end(), F), in runImpl()
1388 FnsToInstrument.end()); in runImpl()
1413 FnsToInstrument.push_back(NewF); in runImpl()
1509 FnsToInstrument.push_back(&F); in runImpl()
1510 FI = FnsToInstrument.begin() + N; in runImpl()
1511 FE = FnsToInstrument.begin() + Count; in runImpl()
1521 for (Function *F : FnsToInstrument) { in runImpl()
[all …]