rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.
This commit is contained in:
parent
9d57c417fc
commit
fa2b381ec8
6 changed files with 52 additions and 36 deletions
|
@ -1854,7 +1854,7 @@ extern "C" {
|
|||
ScopeLine: c_uint,
|
||||
Flags: DIFlags,
|
||||
SPFlags: DISPFlags,
|
||||
Fn: &'a Value,
|
||||
MaybeFn: Option<&'a Value>,
|
||||
TParam: &'a DIArray,
|
||||
Decl: Option<&'a DIDescriptor>,
|
||||
) -> &'a DISubprogram;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue