Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Dutils.rs14 frame_info: Option<&FunctionFrameInfo>, in append_vmctx_info()
H A Dexpression.rs22 pub struct FunctionFrameInfo<'a> { struct
23 pub value_ranges: &'a ValueLabelsRanges,
24 pub memory_offset: ModuleMemoryOffset,
205 frame_info: &FunctionFrameInfo, in append_memory_deref()
256 frame_info: Option<&'a FunctionFrameInfo>, in build_with_locals()
H A Dattr.rs44 frame_info: Option<&FunctionFrameInfo>, in clone_die_attributes()
H A Dsimulate.rs197 frame_info: &FunctionFrameInfo, in generate_vars()