Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h667 void setBitmap(BitVector &&Bitmap_) { Bitmap = std::move(Bitmap_); } in setBitmap() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp844 Ctx.setBitmap(std::move(Bitmap)); in loadFunctionRecord()