Home
last modified time | relevance | path

Searched refs:eTypeUInt64 (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Utility/
DRegisterValue.cpp149 case eTypeUInt64: in GetScalarValue()
467 case eTypeUInt64: in SignExtend()
490 case eTypeUInt64: in CopyValue()
573 case eTypeUInt64: in GetAsUInt64()
608 case eTypeUInt64: in GetAsUInt128()
640 case eTypeUInt64: in GetAsFloat()
660 case eTypeUInt64: in GetAsDouble()
681 case eTypeUInt64: in GetAsLongDouble()
700 case eTypeUInt64: in GetBytes()
722 case eTypeUInt64: in GetByteSize()
[all …]
/external/llvm-project/lldb/include/lldb/Utility/
DRegisterValue.h38 eTypeUInt64, enumerator
59 explicit RegisterValue(uint64_t inst) : m_type(eTypeUInt64) { in RegisterValue()
167 m_type = eTypeUInt64;
206 void SetUInt64(uint64_t uint, Type t = eTypeUInt64) {
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h44 eTypeUInt64, enumerator
159 case 1u << eTypeUInt64: in ConvertTypeMaskToType()
160 return eTypeUInt64; in ConvertTypeMaskToType()
DOptionValueUInt64.h38 OptionValue::Type GetType() const override { return eTypeUInt64; } in GetType()
/external/llvm-project/lldb/source/Interpreter/
DOptionValue.cpp28 case OptionValue::eTypeUInt64: in GetUInt64Value()
251 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()
257 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()
496 case eTypeUInt64: in GetBuiltinTypeAsCString()
537 case 1u << eTypeUInt64: in CreateValueFromCStringForTypeMask()
DProperty.cpp190 case OptionValue::eTypeUInt64: in Property()
DOptionValueArray.cpp59 case eTypeUInt64: in DumpValue()
DOptionValueDictionary.cpp70 case eTypeUInt64: in DumpValue()
/external/llvm-project/lldb/source/Commands/
DCommandObjectRegister.cpp240 set_indexes(OptionValue::ConvertTypeToMask(OptionValue::eTypeUInt64)), in CommandOptions()
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp702 case OptionValue::eTypeUInt64: in ReadArray()
814 data_type = OptionValue::eTypeUInt64; in ReadDictionary()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp14401 (value_sp->GetType() != OptionValue::eTypeUInt64)) { in TestEmulation()