Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp89 std::vector<double> BlockCoverage::FunctionWeights(size_t NumFunctions) const { in FunctionWeights() function in fuzzer::BlockCoverage
193 auto Weights = Coverage.FunctionWeights(NumFunctions); in Init()
H A DFuzzerDataFlowTrace.h80 std::vector<double> FunctionWeights(size_t NumFunctions) const;