Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dlib.rs440 use crate::cranelift::CraneliftCompiler; in cranelift_compile()
450 let mut compiler = CraneliftCompiler::new(self.helpers.clone()); in cranelift_compile()
952 use crate::cranelift::CraneliftCompiler; in cranelift_compile()
962 let mut compiler = CraneliftCompiler::new(self.parent.helpers.clone()); in cranelift_compile()
1342 use crate::cranelift::CraneliftCompiler; in cranelift_compile()
1352 let mut compiler = CraneliftCompiler::new(self.parent.helpers.clone()); in cranelift_compile()
H A Dcranelift.rs35 pub(crate) struct CraneliftCompiler { struct
60 impl CraneliftCompiler { impl