internal/profile.NodeInfo.Address (field)

7 uses

	internal/profile (current package)
		graph.go#L114: 	Address           uint64
		graph.go#L126: 	if i.Address != 0 {
		graph.go#L127: 		name = append(name, fmt.Sprintf("%016x", i.Address))
		graph.go#L181: 	if info.Address == 0 && info.Lineno == 0 {
		graph.go#L188: 	info.Address = 0
		graph.go#L409: 		return &NodeInfo{Address: l.Address}
		graph.go#L412: 		Address: l.Address,