Searched refs:CraneliftProgram (Results 1 – 2 of 2) sorted by relevance
111 pub(crate) fn compile_function(mut self, prog: &[u8]) -> Result<CraneliftProgram, Error> { in compile_function() argument157 Ok(CraneliftProgram::new(self.module, func_id)) in compile_function()1183 pub struct CraneliftProgram { struct1189 impl CraneliftProgram { argument1218 impl Drop for CraneliftProgram { implementation
122 cranelift_prog: Option<cranelift::CraneliftProgram>,