Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiled_function.rs9 FilePos, FrameStateSlotBuilder, InstructionAddressMap, ModulePC, PrimaryMap, TrapInformation,
22 pub instructions: Box<[InstructionAddressMap]>,
232 ) -> Vec<InstructionAddressMap> { in collect_address_maps() argument
249 ret.push(InstructionAddressMap { in collect_address_maps()
256 ret.push(InstructionAddressMap { in collect_address_maps()
267 ret.push(InstructionAddressMap { in collect_address_maps()
272 ret.push(InstructionAddressMap { in collect_address_maps()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Daddress_map.rs3 use crate::InstructionAddressMap;
35 pub fn push(&mut self, func: Range<u64>, instrs: &[InstructionAddressMap]) { in push() argument
/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Daddress_transform.rs673 use wasmtime_environ::{FilePos, InstructionAddressMap, WasmFileInfo};
688 InstructionAddressMap { in create_simple_func()
692 InstructionAddressMap { in create_simple_func()
696 InstructionAddressMap { in create_simple_func()
700 InstructionAddressMap { in create_simple_func()
744 list.push(InstructionAddressMap { in test_build_function_lookup_two_ranges()
748 list.push(InstructionAddressMap { in test_build_function_lookup_two_ranges()
H A Dexpression.rs1233 use wasmtime_environ::InstructionAddressMap; in create_mock_address_transform()
1241 InstructionAddressMap { in create_mock_address_transform()
1245 InstructionAddressMap { in create_mock_address_transform()
1249 InstructionAddressMap { in create_mock_address_transform()
1253 InstructionAddressMap { in create_mock_address_transform()
/wasmtime-44.0.1/crates/environ/src/
H A Daddress_map.rs9 pub struct InstructionAddressMap { struct