Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/debuginfo/
Dunwind.rs82 pub(crate) unsafe fn register_jit(self, _jit_module: &cranelift_jit::JITModule) {} in register_jit()
85 pub(crate) unsafe fn register_jit(self, jit_module: &cranelift_jit::JITModule) { in register_jit()
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/driver/
Djit.rs65 ) -> (JITModule, CodegenCx) { in create_jit_module()
358 module: &mut JITModule, in codegen_shim()