Searched defs:CraneliftProgram (Results 1 – 1 of 1) sorted by relevance
111 pub(crate) fn compile_function(mut self, prog: &[u8]) -> Result<CraneliftProgram, Error> { in compile_function()1183 pub struct CraneliftProgram { struct1189 impl CraneliftProgram { argument1218 impl Drop for CraneliftProgram { implementation