Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DOpcode.h44 eTypeBytes enumerator
95 case Opcode::eTypeBytes:
115 case Opcode::eTypeBytes:
134 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-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegisterValue.cpp142 case eTypeBytes: { in GetScalarValue()
470 case eTypeBytes: in SignExtend()
494 case eTypeBytes: in CopyValue()
515 case eTypeBytes: { in GetAsUInt16()
544 case eTypeBytes: { in GetAsUInt32()
575 case eTypeBytes: { in GetAsUInt64()
611 case eTypeBytes: { in GetAsUInt128()
703 case eTypeBytes: in GetBytes()
724 case eTypeBytes: in GetByteSize()
819 case eTypeBytes: in ClearBit()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DOpcode.cpp46 case Opcode::eTypeBytes: in Dump()
76 case Opcode::eTypeBytes: in GetDataByteOrder()
125 case Opcode::eTypeBytes: in GetData()
H A DDisassembler.cpp704 if (m_opcode.GetType() == Opcode::eTypeBytes) { in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegisterValue.h42 eTypeBytes enumerator
246 if (m_type == eTypeBytes) in GetByteOrder()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_x86.cpp232 return value.GetType() == RegisterValue::eTypeBytes; in ReadRegister()