func testing.pcToName

3 uses

	testing (current package)
		testing.go#L516: 				c.helperNames[pcToName(pc)] = struct{}{}
		testing.go#L1019: 	return pcToName(pc[0])
		testing.go#L1022: func pcToName(pc uintptr) string {