Searched refs:value_byte_size (Results 1 – 1 of 1) sorted by relevance
240 size_t value_byte_size = m_target_data.getTypeStoreSize(value->getType()); in AssignValue() local242 lldb_private::DataBufferHeap buf(value_byte_size, 0); in AssignValue()