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

Method get_code_bb_layout

cranelift/codegen/src/context.rs:231–233  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

229 /// start, and all basic-block edges.
230 #[deprecated = "use CompiledCode::get_code_bb_layout"]
231 pub fn get_code_bb_layout(&self) -> Option<(Vec<usize>, Vec<(usize, usize)>)> {
232 self.compiled_code().map(CompiledCode::get_code_bb_layout)
233 }
234
235 /// Creates unwind information for the function.
236 ///

Callers

nothing calls this directly

Calls 2

compiled_codeMethod · 0.80
mapMethod · 0.45

Tested by

no test coverage detected