Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp51 FunctionsWithDFT.insert(FunctionId); in AppendCoverage()
97 Weight = FunctionsWithDFT.count(FunctionID) ? 1000. : 1; in FunctionWeights()
H A DFuzzerDataFlowTrace.h113 std::unordered_set<size_t> FunctionsWithDFT; variable