Lines Matching refs:byte_size
110 uint32_t byte_size = 0; in SetOptionValue() local
114 byte_size)) { in SetOptionValue()
123 (format == eFormatInvalid && byte_size == 0 && count == 0)) { in SetOptionValue()
134 byte_size); in SetOptionValue()
140 if (byte_size == 0) in SetOptionValue()
142 byte_size); in SetOptionValue()
146 if (byte_size > 0 && format != lldb::eFormatAddressInfo) { in SetOptionValue()
169 m_byte_size.SetCurrentValue(byte_size); in SetOptionValue()
187 uint32_t &byte_size) { in ParserGDBFormatLetter() argument
220 byte_size = target_sp->GetArchitecture().GetAddressByteSize(); in ParserGDBFormatLetter()
255 byte_size = 1; in ParserGDBFormatLetter()
257 byte_size = 2; in ParserGDBFormatLetter()
259 byte_size = 4; in ParserGDBFormatLetter()
261 byte_size = 8; in ParserGDBFormatLetter()