Lines Matching defs:encoder
385 // Make en encoder that contains a copy of the location expression data
388 DataEncoder encoder(m_data.GetDataStart(), m_data.GetByteSize(),
392 if (encoder.PutAddress(offset, file_addr) == UINT32_MAX)
397 m_data.SetData(encoder.GetDataBuffer());
413 DataEncoder encoder(m_data.GetByteOrder(), m_data.GetAddressByteSize());
414 encoder.AppendData(data_before_op);
415 encoder.AppendU8(DW_OP_addr);
416 encoder.AppendAddress(file_addr);
417 encoder.AppendData(data_after_op);
418 m_data.SetData(encoder.GetDataBuffer());
455 // Make en encoder that contains a copy of the location expression data so we
457 DataEncoder encoder(m_data.GetDataStart(), m_data.GetByteSize(),
504 if (encoder.PutUnsigned(const_offset, const_byte_size,
527 m_data.SetData(encoder.GetDataBuffer());