Declares a global value accessible to the function.
(&mut self, data: GlobalValueData)
| 595 | |
| 596 | /// Declares a global value accessible to the function. |
| 597 | pub fn create_global_value(&mut self, data: GlobalValueData) -> GlobalValue { |
| 598 | self.func.create_global_value(data) |
| 599 | } |
| 600 | |
| 601 | /// Returns an object with the [`InstBuilder`] |
| 602 | /// trait that allows to conveniently append an instruction to the current [`Block`] being built. |
no outgoing calls
no test coverage detected