Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDRegisterValue.cpp129 case eTypeUInt64: in GetScalarValue()
443 case eTypeUInt64: in SignExtend()
466 case eTypeUInt64: in CopyValue()
547 case eTypeUInt64: in GetAsUInt64()
582 case eTypeUInt64: in GetAsUInt128()
615 case eTypeUInt64: in GetAsFloat()
635 case eTypeUInt64: in GetAsDouble()
656 case eTypeUInt64: in GetAsLongDouble()
675 case eTypeUInt64: in GetBytes()
697 case eTypeUInt64: in GetByteSize()
[all …]
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDRegisterValue.h48 eTypeUInt64, enumerator
68 explicit RegisterValue(uint64_t inst) : m_type(eTypeUInt64) { in RegisterValue()
176 m_type = eTypeUInt64;
215 void SetUInt64(uint64_t uint, Type t = eTypeUInt64) {
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h52 eTypeUInt64, enumerator
181 case 1u << eTypeUInt64: in ConvertTypeMaskToType()
182 return eTypeUInt64; in ConvertTypeMaskToType()
HDOptionValueUInt64.h36 OptionValue::Type GetType() const override { return eTypeUInt64; } in GetType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp250 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()
256 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()
519 case eTypeUInt64: in GetBuiltinTypeAsCString()
560 case 1u << eTypeUInt64: in CreateValueFromCStringForTypeMask()
HDProperty.cpp192 case OptionValue::eTypeUInt64: { in Property()
HDOptionValueArray.cpp58 case eTypeUInt64: in DumpValue()
HDOptionValueDictionary.cpp75 case eTypeUInt64: in DumpValue()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectRegister.cpp228 : set_indexes(OptionValue::ConvertTypeToMask(OptionValue::eTypeUInt64)), in CommandOptions()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDDisassembler.cpp743 case OptionValue::eTypeUInt64: in ReadArray()
853 data_type = OptionValue::eTypeUInt64; in ReadDictionary()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDRegisterContextUnwind.cpp2237 if (is_pc_regnum && value.GetType() == RegisterValue::eTypeUInt64) { in ReadRegister()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.cpp14364 (value_sp->GetType() != OptionValue::eTypeUInt64)) { in TestEmulation()