Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for callTargetLSym (0.29 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		n := n.(*ir.IndexExpr)
    		if n.X.Type().IsArray() && n.X.Type().NumElem() == 1 {
    			return clobberBase(n.X)
    		}
    	}
    	return n
    }
    
    // callTargetLSym returns the correct LSym to call 'callee' using its ABI.
    func callTargetLSym(callee *ir.Name) *obj.LSym {
    	if callee.Func == nil {
    		// TODO(austin): This happens in case of interface method I.M from imported package.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top