Lines Matching defs:encoder
438 // Make en encoder that contains a copy of the location expression data
441 DataEncoder encoder(m_data.GetDataStart(), m_data.GetByteSize(),
445 if (encoder.PutAddress(offset, file_addr) == UINT32_MAX)
450 m_data.SetData(encoder.GetDataBuffer());
466 DataEncoder encoder(m_data.GetByteOrder(), m_data.GetAddressByteSize());
467 encoder.AppendData(data_before_op);
468 encoder.AppendU8(DW_OP_addr);
469 encoder.AppendAddress(file_addr);
470 encoder.AppendData(data_after_op);
471 m_data.SetData(encoder.GetDataBuffer());
508 // Make en encoder that contains a copy of the location expression data so we
510 DataEncoder encoder(m_data.GetDataStart(), m_data.GetByteSize(),
557 if (encoder.PutUnsigned(const_offset, const_byte_size,
580 m_data.SetData(encoder.GetDataBuffer());