MCPcopy Create free account
hub / github.com/google/gapid / dbgRestoreLocation

Method dbgRestoreLocation

core/codegen/debug.go:199–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

setInsertPointAtEndMethod · 0.95

Calls 1

SetLocationMethod · 0.95

Tested by

no test coverage detected