pub fn init_dwarf_unit(
function_name: &str,
module_name: Option<&str>,
producer: &str,
) -> Result<DwarfState, CompileError>Expand description
Initialize DWARF debug info for a function. Begins the line program sequence and sets up CU attributes.