runtime.Func.FileLine (method)

2 uses

	runtime (current package)
		symtab.go#L769: func (f *Func) FileLine(pc uintptr) (file string, line int) {

	golang.org/x/net/trace
		events.go#L380: 		file, line := f.FileLine(pc)