Home
last modified time | relevance | path

Searched refs:scalar_size (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Core/
DValue.cpp146 const size_t scalar_size = rhs.m_value.GetByteSize(); in AppendDataToHostBuffer() local
147 if (scalar_size > 0) { in AppendDataToHostBuffer()
148 const size_t new_size = curr_size + scalar_size; in AppendDataToHostBuffer()
151 scalar_size, endian::InlHostByteOrder(), in AppendDataToHostBuffer()
153 return scalar_size; in AppendDataToHostBuffer()