Function create_file

Source
fn create_file<'ll>(
    builder: &DIBuilder<'ll>,
    file_name: &str,
    directory: &str,
    hash_value: &str,
    hash_kind: ChecksumKind,
    source: Option<&Arc<String>>,
) -> &'ll Metadata