1
Fork 0

CFI: Append debug location to CFI blocks

This commit is contained in:
Bastian Kersting 2024-11-08 08:51:19 +00:00
parent 4d215e2426
commit c2102259a0
6 changed files with 36 additions and 0 deletions

View file

@ -81,6 +81,7 @@ pub trait DebugInfoBuilderMethods: BackendTypes {
);
fn set_dbg_loc(&mut self, dbg_loc: Self::DILocation);
fn clear_dbg_loc(&mut self);
fn get_dbg_loc(&self) -> Option<Self::DILocation>;
fn insert_reference_to_gdb_debug_scripts_section_global(&mut self);
fn set_var_name(&mut self, value: Self::Value, name: &str);
}