Home
last modified time | relevance | path

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

/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
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp1140 TEST(DFT, FunctionWeights) { in TEST() argument