TODO: Same as above.
(&self, func_id: FuncId, data: &mut DataDescription)
| 937 | |
| 938 | /// TODO: Same as above. |
| 939 | fn declare_func_in_data(&self, func_id: FuncId, data: &mut DataDescription) -> ir::FuncRef { |
| 940 | data.import_function(ModuleRelocTarget::user(0, func_id.as_u32())) |
| 941 | } |
| 942 | |
| 943 | /// TODO: Same as above. |
| 944 | fn declare_data_in_data(&self, data_id: DataId, data: &mut DataDescription) -> ir::GlobalValue { |
nothing calls this directly
no test coverage detected