Searched refs:get_wasm_code_offset (Results 1 – 1 of 1) sorted by relevance
| /wasmtime-44.0.1/crates/cranelift/src/debug/transform/ |
| H A D | address_transform.rs | 79 fn get_wasm_code_offset(loc: FilePos, code_section_offset: u64) -> WasmAddress { in get_wasm_code_offset() function 91 let fn_start = get_wasm_code_offset(ft.start_srcloc, code_section_offset); in build_function_lookup() 92 let fn_end = get_wasm_code_offset(ft.end_srcloc, code_section_offset); in build_function_lookup() 110 let offset = get_wasm_code_offset(t.srcloc, code_section_offset); in build_function_lookup() 211 let offset = get_wasm_code_offset(t.srcloc, code_section_offset); in build_function_addr_map() 229 wasm_start: get_wasm_code_offset(ft.start_srcloc, code_section_offset), in build_function_addr_map() 230 wasm_end: get_wasm_code_offset(ft.end_srcloc, code_section_offset), in build_function_addr_map() 668 use super::{AddressTransform, build_function_lookup, get_wasm_code_offset}; 677 let offset = get_wasm_code_offset(FilePos::new(3), 1); in test_get_wasm_code_offset() 679 let offset = get_wasm_code_offset(FilePos::new(16), 0xF000_0000); in test_get_wasm_code_offset() [all …]
|