Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for putvarAbbrev (0.21 sec)

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

    	// The contents of this functions are used to generate putvarAbbrev automatically, see TestPutVarAbbrevGenerator.
    	concrete := concreteVar(fnabbrev, v)
    	hasParametricType := !concrete && (v.DictIndex > 0 && s.dictIndexToOffset != nil && s.dictIndexToOffset[v.DictIndex-1] != 0)
    	withLoclist := v.WithLoclist && v.PutLocationList != nil
    
    	abbrev := putvarAbbrev(v, concrete, withLoclist)
    	Uleb128put(ctxt, s.Info, int64(abbrev))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 15:23:18 UTC 2024
    - 43K bytes
    - Viewed (0)
Back to top