Searched refs:DwarfSectionRelocTarget (Results 1 – 3 of 3) sorted by relevance
22 pub target: DwarfSectionRelocTarget,29 pub enum DwarfSectionRelocTarget { enum100 target: DwarfSectionRelocTarget::Func(symbol), in write_address()112 let target = DwarfSectionRelocTarget::Section(section.name()); in write_offset()129 let target = DwarfSectionRelocTarget::Section(section.name()); in write_offset_at()
204 pub use write_debuginfo::{DwarfSectionRelocTarget, emit_dwarf};
2 use crate::debug::DwarfSectionRelocTarget;709 DwarfSectionRelocTarget::Func(id) => compilation.symbol_id(id), in append_dwarf()710 DwarfSectionRelocTarget::Section(name) => { in append_dwarf()