Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/
H A Ddfg.rs242 LiftedFunction { enumerator
792 Export::LiftedFunction { ty, func, options } => { in export()
795 info::Export::LiftedFunction { in export()
H A Dinfo.rs466 LiftedFunction { enumerator
H A Dtypes_builder.rs134 Export::LiftedFunction { ty, .. } => TypeDef::ComponentFunc(*ty), in export_type_def()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dinstance.rs169 Export::LiftedFunction { .. } => {} in get_func()
267 | Export::LiftedFunction { .. } in get_resource()
H A Dcomponent.rs895 Export::LiftedFunction { ty, func, options } => (*ty, func, *options), in export_lifted_function()
H A Dtypes.rs1176 Export::LiftedFunction { ty: idx, .. } => { in from_export()
/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dinline.rs1657 dfg::Export::LiftedFunction { ty, func, options } in record_export()