buffer | lldb_private::RegisterValue | protected |
BytesContainer typedef | lldb_private::RegisterValue | |
Clear() | lldb_private::RegisterValue | |
ClearBit(uint32_t bit) | lldb_private::RegisterValue | |
CopyValue(const RegisterValue &rhs) | lldb_private::RegisterValue | |
eTypeBytes enum value | lldb_private::RegisterValue | |
eTypeDouble enum value | lldb_private::RegisterValue | |
eTypeFloat enum value | lldb_private::RegisterValue | |
eTypeInvalid enum value | lldb_private::RegisterValue | |
eTypeLongDouble enum value | lldb_private::RegisterValue | |
eTypeUInt128 enum value | lldb_private::RegisterValue | |
eTypeUInt16 enum value | lldb_private::RegisterValue | |
eTypeUInt32 enum value | lldb_private::RegisterValue | |
eTypeUInt64 enum value | lldb_private::RegisterValue | |
eTypeUInt8 enum value | lldb_private::RegisterValue | |
GetAsDouble(double fail_value=0.0, bool *success_ptr=nullptr) const | lldb_private::RegisterValue | |
GetAsFloat(float fail_value=0.0f, bool *success_ptr=nullptr) const | lldb_private::RegisterValue | |
GetAsLongDouble(long double fail_value=0.0, bool *success_ptr=nullptr) const | lldb_private::RegisterValue | |
GetAsMemoryData(const RegisterInfo ®_info, void *dst, uint32_t dst_len, lldb::ByteOrder dst_byte_order, Status &error) const | lldb_private::RegisterValue | |
GetAsUInt128(const llvm::APInt &fail_value, bool *success_ptr=nullptr) const | lldb_private::RegisterValue | |
GetAsUInt16(uint16_t fail_value=UINT16_MAX, bool *success_ptr=nullptr) const | lldb_private::RegisterValue | |
GetAsUInt32(uint32_t fail_value=UINT32_MAX, bool *success_ptr=nullptr) const | lldb_private::RegisterValue | |
GetAsUInt64(uint64_t fail_value=UINT64_MAX, bool *success_ptr=nullptr) const | lldb_private::RegisterValue | |
GetAsUInt8(uint8_t fail_value=UINT8_MAX, bool *success_ptr=nullptr) const | lldb_private::RegisterValue | inline |
GetByteOrder() const | lldb_private::RegisterValue | inline |
GetBytes() const | lldb_private::RegisterValue | |
GetByteSize() const | lldb_private::RegisterValue | |
GetData(DataExtractor &data) const | lldb_private::RegisterValue | |
GetScalarValue(Scalar &scalar) const | lldb_private::RegisterValue | |
GetType() const | lldb_private::RegisterValue | inline |
kMaxRegisterByteSize enum value | lldb_private::RegisterValue | |
kTypicalRegisterByteSize enum value | lldb_private::RegisterValue | |
m_scalar | lldb_private::RegisterValue | protected |
m_type | lldb_private::RegisterValue | protected |
operator!=(const RegisterValue &rhs) const | lldb_private::RegisterValue | |
operator=(uint8_t uint) | lldb_private::RegisterValue | inline |
operator=(uint16_t uint) | lldb_private::RegisterValue | inline |
operator=(uint32_t uint) | lldb_private::RegisterValue | inline |
operator=(uint64_t uint) | lldb_private::RegisterValue | inline |
operator=(llvm::APInt uint) | lldb_private::RegisterValue | inline |
operator=(float f) | lldb_private::RegisterValue | inline |
operator=(double f) | lldb_private::RegisterValue | inline |
operator=(long double f) | lldb_private::RegisterValue | inline |
operator==(const RegisterValue &rhs) const | lldb_private::RegisterValue | |
RegisterValue() | lldb_private::RegisterValue | inline |
RegisterValue(uint8_t inst) | lldb_private::RegisterValue | inlineexplicit |
RegisterValue(uint16_t inst) | lldb_private::RegisterValue | inlineexplicit |
RegisterValue(uint32_t inst) | lldb_private::RegisterValue | inlineexplicit |
RegisterValue(uint64_t inst) | lldb_private::RegisterValue | inlineexplicit |
RegisterValue(llvm::APInt inst) | lldb_private::RegisterValue | inlineexplicit |
RegisterValue(float value) | lldb_private::RegisterValue | inlineexplicit |
RegisterValue(double value) | lldb_private::RegisterValue | inlineexplicit |
RegisterValue(long double value) | lldb_private::RegisterValue | inlineexplicit |
RegisterValue(llvm::ArrayRef< uint8_t > bytes, lldb::ByteOrder byte_order) | lldb_private::RegisterValue | inlineexplicit |
SetBit(uint32_t bit) | lldb_private::RegisterValue | |
SetBytes(const void *bytes, size_t length, lldb::ByteOrder byte_order) | lldb_private::RegisterValue | |
SetDouble(double f) | lldb_private::RegisterValue | inline |
SetFloat(float f) | lldb_private::RegisterValue | inline |
SetFromMemoryData(const RegisterInfo ®_info, const void *src, uint32_t src_len, lldb::ByteOrder src_byte_order, Status &error) | lldb_private::RegisterValue | |
SetLongDouble(long double f) | lldb_private::RegisterValue | inline |
SetType(RegisterValue::Type type) | lldb_private::RegisterValue | inline |
SetType(const RegisterInfo ®_info) | lldb_private::RegisterValue | |
SetUInt(uint64_t uint, uint32_t byte_size) | lldb_private::RegisterValue | |
SetUInt128(llvm::APInt uint) | lldb_private::RegisterValue | inline |
SetUInt16(uint16_t uint) | lldb_private::RegisterValue | inline |
SetUInt32(uint32_t uint, Type t=eTypeUInt32) | lldb_private::RegisterValue | inline |
SetUInt64(uint64_t uint, Type t=eTypeUInt64) | lldb_private::RegisterValue | inline |
SetUInt8(uint8_t uint) | lldb_private::RegisterValue | inline |
SetValueFromData(const RegisterInfo ®_info, DataExtractor &data, lldb::offset_t offset, bool partial_data_ok) | lldb_private::RegisterValue | |
SetValueFromString(const RegisterInfo *reg_info, llvm::StringRef value_str) | lldb_private::RegisterValue | |
SetValueFromString(const RegisterInfo *reg_info, const char *value_str)=delete | lldb_private::RegisterValue | |
SetValueToInvalid() | lldb_private::RegisterValue | inline |
SignExtend(uint32_t sign_bitpos) | lldb_private::RegisterValue | |
Type enum name | lldb_private::RegisterValue | |