Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for putAbstractVar (2.37 sec)

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

    	os.Exit(m.Run())
    
    }
    
    // TestPutVarAbbrevGenerator checks that putvarabbrevgen.go is kept in sync
    // with the contents of functions putvar and putAbstractVar. If test flag -generate
    // is specified the file is regenerated instead.
    //
    // The block of code in putvar and putAbstractVar that picks the correct
    // abbrev is also generated automatically by this function by looking at all
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:45:07 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  2. src/cmd/internal/dwarf/dwarf.go

    			// variable DIE with respect to the start of the parent
    			// subprogram DIE.
    			for _, v := range flattened {
    				offsets = append(offsets, int32(ctxt.CurrentOffset(s.Absfn)))
    				putAbstractVar(ctxt, s.Absfn, v)
    			}
    		}
    	}
    	ctxt.RecordChildDieOffsets(s.Absfn, flattened, offsets)
    
    	Uleb128put(ctxt, s.Absfn, 0)
    	return nil
    }
    
    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