fn emit_covmap_record<'ll>(
cx: &mut GenericCx<'ll, FullCx<'ll, '_>>,
version: CovmapVersion,
filenames_buffer: &[u8],
)Expand description
Generates and emits the covmap record for this CGU, which mostly
consists of a header and a list of filenames. The record is emitted
as a global variable in the __llvm_covmap section.