Searched refs:eTypeUInt64 (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | RegisterValue.cpp | 175 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 D | RegisterValue.h | 37 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 D | OptionValue.cpp | 30 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 D | Property.cpp | 178 case OptionValue::eTypeUInt64: in Property()
|
| H A D | OptionValueArray.cpp | 59 case eTypeUInt64: in DumpValue()
|
| H A D | OptionValueDictionary.cpp | 70 case eTypeUInt64: in DumpValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 46 eTypeUInt64, enumerator 170 case 1u << eTypeUInt64: in ConvertTypeMaskToType() 171 return eTypeUInt64; in ConvertTypeMaskToType()
|
| H A D | OptionValueUInt64.h | 43 OptionValue::Type GetType() const override { return eTypeUInt64; } in GetType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectRegister.cpp | 240 set_indexes(OptionValue::ConvertTypeToMask(OptionValue::eTypeUInt64)), in CommandOptions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Disassembler.cpp | 806 case OptionValue::eTypeUInt64: in ReadArray() 917 data_type = OptionValue::eTypeUInt64; in ReadDictionary()
|
| H A D | Debugger.cpp | 275 {"tab-size", OptionValue::eTypeUInt64, true, 4, nullptr, {},
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Thread.cpp | 80 {"max-backtrace-depth", OptionValue::eTypeUInt64, false, 300000, nullptr,
|
| H A D | Process.cpp | 139 {"memory-cache-line-size", OptionValue::eTypeUInt64, false, 512, nullptr,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 116 {"packet-timeout", OptionValue::eTypeUInt64, true, 1, NULL, {},
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 14445 (value_sp->GetType() != OptionValue::eTypeUInt64)) { in TestEmulation()
|