Home
last modified time | relevance | path

Searched refs:frame_table_section (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs624 let frame_table_section = obj.add_section( in append_code() localVariable
630 obj.append_section_data(frame_table_section, bytes, 1); in append_code()