Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h572 void setCounts(ArrayRef<uint64_t> Counts) { CounterValues = Counts; } in setCounts() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp769 Ctx.setCounts(Counts); in loadFunctionRecord()