Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp139 case eTypeUInt64: in GetScalarValue()
460 case eTypeUInt64: in SignExtend()
483 case eTypeUInt64: in CopyValue()
566 case eTypeUInt64: in GetAsUInt64()
601 case eTypeUInt64: in GetAsUInt128()
633 case eTypeUInt64: in GetAsFloat()
653 case eTypeUInt64: in GetAsDouble()
674 case eTypeUInt64: in GetAsLongDouble()
693 case eTypeUInt64: in GetBytes()
715 case eTypeUInt64: in GetByteSize()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRegisterValue.h38 eTypeUInt64, enumerator
58 explicit RegisterValue(uint64_t inst) : m_type(eTypeUInt64) { in RegisterValue()
166 m_type = eTypeUInt64;
205 void SetUInt64(uint64_t uint, Type t = eTypeUInt64) {
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A 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()
H A DProperty.cpp192 case OptionValue::eTypeUInt64: { in Property()
H A DOptionValueArray.cpp58 case eTypeUInt64: in DumpValue()
H A DOptionValueDictionary.cpp71 case eTypeUInt64: in DumpValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h46 eTypeUInt64, enumerator
172 case 1u << eTypeUInt64: in ConvertTypeMaskToType()
173 return eTypeUInt64; in ConvertTypeMaskToType()
H A DOptionValueUInt64.h36 OptionValue::Type GetType() const override { return eTypeUInt64; } in GetType()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectRegister.cpp236 : set_indexes(OptionValue::ConvertTypeToMask(OptionValue::eTypeUInt64)), in CommandOptions()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp735 case OptionValue::eTypeUInt64: in ReadArray()
847 data_type = OptionValue::eTypeUInt64; in ReadDictionary()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp2198 if (is_pc_regnum && value.GetType() == RegisterValue::eTypeUInt64) { in ReadRegister()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14364 (value_sp->GetType() != OptionValue::eTypeUInt64)) { in TestEmulation()