Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs964 let compiler = FunctionCompiler { compiler: self, cx }; in finish_compiling()
1169 fn function_compiler(&self) -> FunctionCompiler<'_> { in function_compiler()
1171 FunctionCompiler { in function_compiler()
1446 struct FunctionCompiler<'a> { struct
1451 impl FunctionCompiler<'_> { argument
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs100 func_compiler: &'a mut super::FunctionCompiler<'_>, in new()