Home
last modified time | relevance | path

Searched refs:get_function_decl (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/jit/src/
H A Dbackend.rs221 let decl = self.declarations.get_function_decl(func_id); in get_address()
320 let decl = self.declarations.get_function_decl(func); in finalize_definitions()
468 let decl = self.declarations.get_function_decl(id); in define_function_with_control_plane()
540 let decl = self.declarations.get_function_decl(id); in define_function_bytes()
/wasmtime-44.0.1/cranelift/object/src/
H A Dbackend.rs243 .get_function_decl(id) in declare_anonymous_function()
498 let decl = self.declarations.get_function_decl(func_id); in define_function_inner()
/wasmtime-44.0.1/cranelift/module/src/
H A Dmodule.rs717 pub fn get_function_decl(&self, func_id: FuncId) -> &FunctionDeclaration { in get_function_decl() method