Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp258 Ctx.setCounts(Counts); in loadFunctionRecord()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h329 void setCounts(ArrayRef<uint64_t> Counts) { CounterValues = Counts; } in setCounts() function