TODO: Same as above.
(&self, data_id: DataId, data: &mut DataDescription)
| 942 | |
| 943 | /// TODO: Same as above. |
| 944 | fn declare_data_in_data(&self, data_id: DataId, data: &mut DataDescription) -> ir::GlobalValue { |
| 945 | data.import_global_value(ModuleRelocTarget::user(1, data_id.as_u32())) |
| 946 | } |
| 947 | |
| 948 | /// Define a function, producing the function body from the given `Context`. |
| 949 | /// |
nothing calls this directly
no test coverage detected