rustc_codegen_llvm::llvm_::ffi

Function LLVMRustDIBuilderCreateDebugLocation

Source
pub unsafe extern "C" fn LLVMRustDIBuilderCreateDebugLocation<'a>(
    Line: c_uint,
    Column: c_uint,
    Scope: &'a DIScope,
    InlinedAt: Option<&'a DILocation>,
) -> &'a DILocation