Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DOpcode.h39 eTypeBytes enumerator
93 case Opcode::eTypeBytes: break;
110 case Opcode::eTypeBytes: break;
126 case Opcode::eTypeBytes: break;
142 case Opcode::eTypeBytes: break;
187 m_type = eTypeBytes; in SetOpcodeBytes()
205 if (m_type == Opcode::eTypeBytes) in GetOpcodeBytes()
221 case Opcode::eTypeBytes: return m_data.inst.length; in GetByteSize()
245 case Opcode::eTypeBytes: return m_data.inst.bytes; in GetOpcodeDataBytes()
DRegisterValue.h46 eTypeBytes enumerator
369 if (m_type == eTypeBytes) in GetByteOrder()
/external/lldb/source/Core/
DRegisterValue.cpp215 else if (value_type == eTypeBytes) in SetFromMemoryData()
240 case eTypeBytes: in GetScalarValue()
307 m_type = eTypeBytes; in SetType()
370 case eTypeBytes: in SetValueFromData()
637 case eTypeBytes: in SignExtend()
661 case eTypeBytes: in CopyValue()
682 case eTypeBytes: in GetAsUInt16()
721 case eTypeBytes: in GetAsUInt32()
762 case eTypeBytes: in GetAsUInt64()
806 case eTypeBytes: in GetAsUInt128()
[all …]
DOpcode.cpp52 case Opcode::eTypeBytes: in Dump()
82 case Opcode::eTypeBytes: in GetDataByteOrder()
118 … case Opcode::eTypeBytes:buffer_sp.reset (new DataBufferHeap (GetOpcodeBytes(), byte_size)); break; in GetData()
DDisassembler.cpp602 if (m_opcode.GetType() == Opcode::eTypeBytes) in Dump()
/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_x86_64.cpp725 return value.GetType() == RegisterValue::eTypeBytes; in ReadRegister()