Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for synthesizechantypes (0.46 sec)

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

    	case abi.Chan:
    		die = d.newdie(&dwtypes, dwarf.DW_ABRV_CHANTYPE, name)
    		s := decodetypeChanElem(d.ldr, d.arch, gotype)
    		d.newrefattr(die, dwarf.DW_AT_go_elem, d.defgotype(s))
    		// Save elem type for synthesizechantypes. We could synthesize here
    		// but that would change the order of DIEs we output.
    		d.newrefattr(die, dwarf.DW_AT_type, s)
    
    	case abi.Func:
    		die = d.newdie(&dwtypes, dwarf.DW_ABRV_FUNCTYPE, name)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top