Searched refs:InstructionAddressMap (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | compiled_function.rs | 9 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 D | address_map.rs | 3 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 D | address_transform.rs | 673 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 D | expression.rs | 1233 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 D | address_map.rs | 9 pub struct InstructionAddressMap { struct
|