Searched defs:CompiledFunction (Results 1 – 7 of 7) sorted by relevance
58 pub struct CompiledFunction { struct67 metadata: CompiledFunctionMetadata, argument74 impl CompiledFunction { argument
122 compiled_func: &'a CompiledFunction, in append_func()
1467 fn finish(self, symbol: &str) -> Result<CompiledFunction, CompileError> { in finish()1475 ) -> Result<CompiledFunction, CompileError> { in finish_with_info()
91 ) -> Result<CompiledFunction> { in compile_function()
94 ) -> Result<CompiledFunction> { in compile_function()
177 ) -> Result<CompiledFunction>; in compile_function()
73 compiled_function: &mut CompiledFunction, in emit_unwind_info()