rustc_codegen_llvm::coverageinfo

Function write_filenames_section_to_buffer

Source
pub(crate) fn write_filenames_section_to_buffer<'a>(
    filenames: impl IntoIterator<Item = &'a str>,
    buffer: &RustString,
)