MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / unwind_info

Method unwind_info

cranelift/object/src/backend.rs:168–171  ·  view source on GitHub ↗
(&mut self, unwind_info: bool)

Source from the content-addressed store, hash-verified

166 /// [`Module::define_function_bytes`]: cranelift_module::Module::define_function_bytes
167 #[cfg(feature = "unwind")]
168 pub fn unwind_info(&mut self, unwind_info: bool) -> &mut Self {
169 self.unwind_info = unwind_info;
170 self
171 }
172}
173
174/// See the following for details:

Callers 11

gen_clobber_saveMethod · 0.45
gen_clobber_saveMethod · 0.45
gen_clobber_saveMethod · 0.45
gen_clobber_saveMethod · 0.45
module_forFunction · 0.45
frame_setupMethod · 0.45
check_stackMethod · 0.45

Calls

no outgoing calls

Tested by 2

module_forFunction · 0.36