Locations returns a list of function locations for a given program counter, and the address it found them at. Locations start from current function followed by the inlined functions, in order of inlining. Result if empty if the pc cannot be resolved.
(fn experimental.InternalFunction, pc experimental.ProgramCounter)
| 217 | // current function followed by the inlined functions, in order of |
| 218 | // inlining. Result if empty if the pc cannot be resolved. |
| 219 | Locations(fn experimental.InternalFunction, pc experimental.ProgramCounter) (uint64, []location) |
| 220 | } |
| 221 | |
| 222 | type noopsymbolizer struct{} |