Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DOpcode.h38 eTypeBytes enumerator
89 case Opcode::eTypeBytes:
109 case Opcode::eTypeBytes:
128 case Opcode::eTypeBytes:
147 case Opcode::eTypeBytes:
185 m_type = eTypeBytes; in SetOpcodeBytes()
199 return ((m_type == Opcode::eTypeBytes) ? m_data.inst.bytes : nullptr); in GetOpcodeBytes()
215 case Opcode::eTypeBytes: in GetByteSize()
240 case Opcode::eTypeBytes: in GetOpcodeDataBytes()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp130 case eTypeBytes: { in GetScalarValue()
234 m_type = eTypeBytes; in SetValueFromData()
466 case eTypeBytes: in SignExtend()
490 case eTypeBytes: in CopyValue()
511 case eTypeBytes: { in GetAsUInt16()
540 case eTypeBytes: { in GetAsUInt32()
571 case eTypeBytes: { in GetAsUInt64()
607 case eTypeBytes: { in GetAsUInt128()
700 case eTypeBytes: in GetBytes()
721 case eTypeBytes: in GetByteSize()
[all …]
/openbsd-src/gnu/llvm/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.cpp627 if (m_opcode.GetType() == Opcode::eTypeBytes) { in Dump()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRegisterValue.h43 eTypeBytes enumerator
247 if (m_type == eTypeBytes) in GetByteOrder()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp512 if (reg_value.GetType() != RegisterValue::eTypeBytes) in ReadRegister()