Home
last modified time | relevance | path

Searched refs:DwarfSectionRelocTarget (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/debug/
H A Dwrite_debuginfo.rs22 pub target: DwarfSectionRelocTarget,
29 pub enum DwarfSectionRelocTarget { enum
100 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()
/wasmtime-44.0.1/crates/cranelift/src/
H A Ddebug.rs204 pub use write_debuginfo::{DwarfSectionRelocTarget, emit_dwarf};
H A Dcompiler.rs2 use crate::debug::DwarfSectionRelocTarget;
709 DwarfSectionRelocTarget::Func(id) => compilation.symbol_id(id), in append_dwarf()
710 DwarfSectionRelocTarget::Section(name) => { in append_dwarf()