rustc_codegen_llvm::debuginfo::metadata

Function extend_scope_to_file

Source
pub(crate) fn extend_scope_to_file<'ll>(
    cx: &CodegenCx<'ll, '_>,
    scope_metadata: &'ll DIScope,
    file: &SourceFile,
) -> &'ll DILexicalBlock
Expand description

Creates an “extension” of an existing DIScope into another file.