Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegisterValue.cpp175 case eTypeUInt64: in GetScalarValue()
464 case eTypeUInt64: in SignExtend()
487 case eTypeUInt64: in CopyValue()
570 case eTypeUInt64: in GetAsUInt64()
605 case eTypeUInt64: in GetAsUInt128()
637 case eTypeUInt64: in GetAsFloat()
657 case eTypeUInt64: in GetAsDouble()
678 case eTypeUInt64: in GetAsLongDouble()
697 case eTypeUInt64: in GetBytes()
718 case eTypeUInt64: in GetByteSize()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegisterValue.h37 eTypeUInt64, enumerator
57 explicit RegisterValue(uint64_t inst) : m_type(eTypeUInt64) { in RegisterValue()
165 m_type = eTypeUInt64;
204 void SetUInt64(uint64_t uint, Type t = eTypeUInt64) {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp30 case OptionValue::eTypeUInt64: in GetUInt64Value()
253 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()
259 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()
496 case eTypeUInt64: in GetBuiltinTypeAsCString()
537 case 1u << eTypeUInt64: in CreateValueFromCStringForTypeMask()
H A DProperty.cpp178 case OptionValue::eTypeUInt64: in Property()
H A DOptionValueArray.cpp59 case eTypeUInt64: in DumpValue()
H A DOptionValueDictionary.cpp70 case eTypeUInt64: in DumpValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h46 eTypeUInt64, enumerator
170 case 1u << eTypeUInt64: in ConvertTypeMaskToType()
171 return eTypeUInt64; in ConvertTypeMaskToType()
H A DOptionValueUInt64.h43 OptionValue::Type GetType() const override { return eTypeUInt64; } in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp240 set_indexes(OptionValue::ConvertTypeToMask(OptionValue::eTypeUInt64)), in CommandOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp806 case OptionValue::eTypeUInt64: in ReadArray()
917 data_type = OptionValue::eTypeUInt64; in ReadDictionary()
H A DDebugger.cpp275 {"tab-size", OptionValue::eTypeUInt64, true, 4, nullptr, {},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp80 {"max-backtrace-depth", OptionValue::eTypeUInt64, false, 300000, nullptr,
H A DProcess.cpp139 {"memory-cache-line-size", OptionValue::eTypeUInt64, false, 512, nullptr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp116 {"packet-timeout", OptionValue::eTypeUInt64, true, 1, NULL, {},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14445 (value_sp->GetType() != OptionValue::eTypeUInt64)) { in TestEmulation()