Source-Based Coverage - exclusion markers?

Hi!

We are trying to migrate from GCOV to LLVM Source-Based Coverage due to the increased accuracy. We were wondering if there’s an equivalent exclusion marker like GCOV_EXCL_* to ignore lines or blocks of code in coverage statistics.

Thanks!