Lines Matching refs:bit_offset
303 int32_t &bit_offset) { in GetVBaseBitOffset() argument
319 bit_offset = base_offset * 8; in GetVBaseBitOffset()
6615 int32_t bit_offset; in GetChildCompilerTypeAtIndex() local
6677 base_class_decl, bit_offset); in GetChildCompilerTypeAtIndex()
6680 bit_offset = record_layout.getVBaseClassOffset(base_class_decl) in GetChildCompilerTypeAtIndex()
6684 bit_offset = record_layout.getBaseClassOffset(base_class_decl) in GetChildCompilerTypeAtIndex()
6689 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6734 bit_offset = record_layout.getFieldOffset(field_idx); in GetChildCompilerTypeAtIndex()
6737 child_bitfield_bit_offset = bit_offset % child_bit_size; in GetChildCompilerTypeAtIndex()
6739 bit_offset - child_bitfield_bit_offset; in GetChildCompilerTypeAtIndex()
6742 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6843 bit_offset = INT32_MAX; in GetChildCompilerTypeAtIndex()
6847 bit_offset = interface_layout.getFieldOffset(child_idx - in GetChildCompilerTypeAtIndex()
6849 child_byte_offset = bit_offset / 8; in GetChildCompilerTypeAtIndex()
6860 if (bit_offset == INT32_MAX) in GetChildCompilerTypeAtIndex()
6861 bit_offset = interface_layout.getFieldOffset( in GetChildCompilerTypeAtIndex()
6864 child_bitfield_bit_offset = bit_offset % 8; in GetChildCompilerTypeAtIndex()