()
| 197 | } |
| 198 | |
| 199 | func (b *Builder) dbgRestoreLocation() { |
| 200 | if d := b.function.dbg; d != nil { |
| 201 | b.SetLocation(d.curLine, d.curColumn) |
| 202 | } |
| 203 | } |
| 204 | |
| 205 | func (b *Builder) dbgEmitParameters(bb llvm.BasicBlock) { |
| 206 | if b.function.dbg == nil { |
no test coverage detected