Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp77 static dfsan_label **FuncLabelsPerIter; // NumIterations x NumFuncs; variable
120 if (FuncLabelsPerIter[Iter][Func]) in PrintDataFlow()
129 PrintBinary(Out, FuncLabelsPerIter[Iter][Func], in PrintDataFlow()
176 FuncLabelsPerIter = in main()
179 FuncLabelsPerIter[Iter] = in main()
186 __dft.FuncLabels = FuncLabelsPerIter[Iter]; in main()