Home
last modified time | relevance | path

Searched refs: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
74 map: PrimaryMap<DefinedFuncIndex, FunctionMap>,
194 ) -> PrimaryMap<DefinedFuncIndex, FunctionMap> { in build_function_addr_map() argument
225 map.push(FunctionMap { in build_function_addr_map()
651 pub fn map(&self) -> &PrimaryMap<DefinedFuncIndex, FunctionMap> { in map() argument