Home | History | Annotate | Download | only in dwarf

Lines Matching refs:byteSize

25 	ByteSize int64  // size of value of this type, in bytes
31 func (c *CommonType) Size() int64 { return c.ByteSize }
157 ByteSize int64
158 BitOffset int64 // within the ByteSize bytes at ByteOffset
195 // The only indication of its native integer type is its ByteSize
308 t.Common().ByteSize = t.Type.Size()
459 switch byteSize, _ := e.Val(AttrByteSize).(int64); byteSize {
542 f.ByteSize, _ = kid.Val(AttrByteSize).(int64)
702 typ.Common().ByteSize = b