Home
last modified time | relevance | path

Searched defs:FunctionMap (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Daddress_transform.rs21 pub struct FunctionMap { struct
22 pub symbol: usize,
23 pub offset: GeneratedAddress,
24 pub len: GeneratedAddress,
25 pub wasm_start: WasmAddress,
26 pub wasm_end: WasmAddress,
27 pub addresses: Box<[AddressMap]>,
194 ) -> PrimaryMap<DefinedFuncIndex, FunctionMap> { in build_function_addr_map() argument
651 pub fn map(&self) -> &PrimaryMap<DefinedFuncIndex, FunctionMap> { in map() argument