Searched defs:PCToLine (Results 1 – 4 of 4) sorted by relevance
232 func (f *goobjFile) PCToLine(pc uint64) (string, int, *gosym.Func) { func
408 PCToLine(uint64) (string, int, *gosym.Func) methodSpec
556 func (t *Table) PCToLine(pc uint64) (file string, line int, fn *Func) { func
124 func (t *LineTable) PCToLine(pc uint64) int { func