Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reflectSeen (0.08 sec)

  1. src/cmd/link/internal/ld/deadcode.go

    	for !d.wq.empty() {
    		symIdx := d.wq.pop()
    
    		// Methods may be called via reflection. Give up on static analysis,
    		// and mark all exported methods of all reachable types as reachable.
    		d.reflectSeen = d.reflectSeen || d.ldr.IsReflectMethod(symIdx)
    
    		isgotype := d.ldr.IsGoType(symIdx)
    		relocs := d.ldr.Relocs(symIdx)
    		var usedInIface bool
    
    		if isgotype {
    			if d.dynlink {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 14:52:41 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top