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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp841 std::vector<Function *> FnsToInstrument; local
856 FnsToInstrument.push_back(&i);
879 FnsToInstrument.push_back(NewF);
889 for (std::vector<Function *>::iterator i = FnsToInstrument.begin(),
890 e = FnsToInstrument.end();
938 // added to FnsToInstrument so that any instrumentation according to its
974 size_t N = i - FnsToInstrument.begin(),
975 Count = e - FnsToInstrument.begin();
976 FnsToInstrument.push_back(&F);
977 i = FnsToInstrument
[all...]

Completed in 54 milliseconds