type synthCode … func newSynthCode(mappings []*profile.Mapping) *synthCode { … } // address returns the synthetic address for loc, creating one if needed. func (s *synthCode) address(loc *profile.Location) uint64 { … }
type synthCode … func newSynthCode(mappings []*profile.Mapping) *synthCode { … } // address returns the synthetic address for loc, creating one if needed. func (s *synthCode) address(loc *profile.Location) uint64 { … }