Home
last modified time | relevance | path

Searched refs:DebugInfo (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/tests/all/native_debug/
H A Ddump.rs7 DebugInfo, enumerator
13 DwarfDumpSection::DebugInfo => "-debug-info", in get_dwarfdump()
H A Dsimulate.rs14 let dump = get_dwarfdump(obj_path, DwarfDumpSection::DebugInfo)?; in check_wat()
H A Dtranslate.rs15 let dump = get_dwarfdump(obj_path, DwarfDumpSection::DebugInfo)?; in check_wasm()
/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Dmod.rs55 gimli::SectionId::DebugInfo => { in load_dwp()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_environ.rs771 dwarf.debug_info = gimli::DebugInfo::new(data, endian); in dwarf_section()