Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DOpcode.h41 eTypeBytes enumerator
94 case Opcode::eTypeBytes:
117 case Opcode::eTypeBytes:
140 case Opcode::eTypeBytes:
164 case Opcode::eTypeBytes:
206 DoSetOpcodeBytes(bytes, length, eTypeBytes, lldb::eByteOrderInvalid); in SetOpcodeBytes()
226 return ((m_type == Opcode::eTypeBytes) ? m_data.inst.bytes : nullptr); in GetOpcodeBytes()
244 case Opcode::eTypeBytes: in GetByteSize()
271 case Opcode::eTypeBytes: in GetOpcodeDataBytes()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp119 case eTypeBytes: { in GetScalarValue()
221 m_type = eTypeBytes; in SetValueFromData()
450 case eTypeBytes: in SignExtend()
474 case eTypeBytes: in CopyValue()
493 case eTypeBytes: { in GetAsUInt16()
522 case eTypeBytes: { in GetAsUInt32()
553 case eTypeBytes: { in GetAsUInt64()
589 case eTypeBytes: { in GetAsUInt128()
683 case eTypeBytes: in GetBytes()
704 case eTypeBytes: in GetByteSize()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DOpcode.cpp66 case Opcode::eTypeBytes: in Dump()
97 case Opcode::eTypeBytes: in GetDataByteOrder()
149 case Opcode::eTypeBytes: in GetData()
H A DDisassembler.cpp656 if (m_opcode.GetType() == Opcode::eTypeBytes) { in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h53 eTypeBytes
257 if (m_type == eTypeBytes) in GetByteOrder()
51 eTypeBytes global() enumerator