Function rustc_codegen_llvm::coverageinfo::save_func_record_to_mod

source ยท
pub(crate) fn save_func_record_to_mod<'ll, 'tcx>(
    cx: &CodegenCx<'ll, 'tcx>,
    covfun_section_name: &str,
    func_name_hash: u64,
    func_record_val: &'ll Value,
    is_used: bool,
)