Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h573 void setBitmapBytes(ArrayRef<uint8_t> Bytes) { BitmapBytes = Bytes; } in setBitmapBytes() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp784 Ctx.setBitmapBytes(BitmapBytes); in loadFunctionRecord()