im lazy i know
(&self, thing: &str)
| 175 | |
| 176 | // im lazy i know |
| 177 | pub(crate) fn unsupported(&self, thing: &str) -> ! { |
| 178 | self.fatal(&format!("{} is unsupported", thing)) |
| 179 | } |
| 180 | |
| 181 | fn create_used_variable_impl(&self, name: *const c_char, values: &[&'ll Value]) { |
| 182 | let section = "llvm.metadata\0".as_ptr().cast(); |
no test coverage detected