addrInfo holds information for an address we are interested in.
| 143 | |
| 144 | // addrInfo holds information for an address we are interested in. |
| 145 | type addrInfo struct { |
| 146 | loc *profile.Location // Always non-nil |
| 147 | obj plugin.ObjFile // May be nil |
| 148 | } |
| 149 | |
| 150 | // instructionInfo holds collected information for an instruction. |
| 151 | type instructionInfo struct { |
nothing calls this directly
no outgoing calls
no test coverage detected