type internal/profile.NodeInfo

10 uses

	internal/profile (current package)
		graph.go#L43: 	Info NodeInfo
		graph.go#L112: type NodeInfo struct {
		graph.go#L119: func (i *NodeInfo) PrintableName() string {
		graph.go#L124: func (i *NodeInfo) NameComponents() []string {
		graph.go#L148: type NodeMap map[NodeInfo]*Node
		graph.go#L151: type NodeSet map[NodeInfo]bool
		graph.go#L166: func (nm NodeMap) FindOrInsertNode(info NodeInfo, kept NodeSet) *Node {
		graph.go#L407: func nodeInfo(l *Location, line Line, objfile string, o *Options) *NodeInfo {
		graph.go#L409: 		return &NodeInfo{Address: l.Address}
		graph.go#L411: 	ni := &NodeInfo{