Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp569 static unsigned getMaxBitmapSize(const CounterMappingContext &Ctx, in getMaxBitmapSize() function
782 BitmapBytes.assign(getMaxBitmapSize(Ctx, Record) + 1, 0); in loadFunctionRecord()