(global: &'_ Value, unnamed: UnnamedAddr)
| 162 | } |
| 163 | |
| 164 | pub(crate) fn SetUnnamedAddress(global: &'_ Value, unnamed: UnnamedAddr) { |
| 165 | unsafe { |
| 166 | LLVMSetUnnamedAddress(global, unnamed); |
| 167 | } |
| 168 | } |
| 169 | |
| 170 | pub(crate) type Bool = c_uint; |
| 171 |
no outgoing calls
no test coverage detected