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.h38 eTypeBytes enumerator
89 case Opcode::eTypeBytes:
110 case Opcode::eTypeBytes:
131 case Opcode::eTypeBytes:
153 case Opcode::eTypeBytes:
191 m_type = eTypeBytes; in SetOpcodeBytes()
205 return ((m_type == Opcode::eTypeBytes) ? m_data.inst.bytes : nullptr); in GetOpcodeBytes()
221 case Opcode::eTypeBytes: in GetByteSize()
246 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()
449 case eTypeBytes: in SignExtend()
473 case eTypeBytes: in CopyValue()
492 case eTypeBytes: { in GetAsUInt16()
521 case eTypeBytes: { in GetAsUInt32()
552 case eTypeBytes: { in GetAsUInt64()
588 case eTypeBytes: { in GetAsUInt128()
682 case eTypeBytes: in GetBytes()
703 case eTypeBytes: in GetByteSize()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DOpcode.cpp45 case Opcode::eTypeBytes: in Dump()
75 case Opcode::eTypeBytes: in GetDataByteOrder()
124 case Opcode::eTypeBytes: in GetData()
H A DDisassembler.cpp624 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