Home
last modified time | relevance | path

Searched defs:CraneliftProgram (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dcranelift.rs111 pub(crate) fn compile_function(mut self, prog: &[u8]) -> Result<CraneliftProgram, Error> { in compile_function()
1183 pub struct CraneliftProgram { struct
1189 impl CraneliftProgram { argument
1218 impl Drop for CraneliftProgram { implementation