(&self)
| 183 | } |
| 184 | |
| 185 | fn llbb(&self) -> &'ll BasicBlock { |
| 186 | unsafe { llvm::LLVMGetInsertBlock(self.llbuilder) } |
| 187 | } |
| 188 | |
| 189 | fn build_sibling_block(&mut self, name: &str) -> Self { |
| 190 | let llbb = self.append_sibling_block(name); |
no outgoing calls
no test coverage detected