Home
last modified time | relevance | path

Searched refs:GetUInt64Value (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp308 uint64_t reg_value = value_sp->GetUInt64Value(); in LoadRegistersStateFromDictionary()
337 start_address = value_sp->GetUInt64Value(); in LoadStateFromDictionary()
351 uint64_t value = value_sp->GetUInt64Value(); in LoadStateFromDictionary()
371 StorePseudoRegisterValue(dwarf_cpsr, value_sp->GetUInt64Value()); in LoadStateFromDictionary()
H A DEmulateInstructionARM.cpp14398 test_opcode = value_sp->GetUInt64Value(); in TestEmulation()
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp153 ASSERT_EQ(value_ptr->GetUInt64Value(), 1U); in TEST()
158 ASSERT_EQ(value_ptr->GetUInt64Value(), 2U); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h176 uint64_t GetUInt64Value(uint64_t fail_value, bool *success_ptr);
295 uint64_t GetUInt64Value(uint64_t fail_value = 0) const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp20 uint64_t OptionValue::GetUInt64Value(uint64_t fail_value, bool *success_ptr) { in GetUInt64Value() function in OptionValue
424 uint64_t OptionValue::GetUInt64Value(uint64_t fail_value) const { in GetUInt64Value() function in OptionValue
H A DOptionValueProperties.cpp485 return value->GetUInt64Value(fail_value); in GetPropertyAtIndexAsUInt64()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectRegister.cpp172 set_idx = m_command_options.set_indexes[i]->GetUInt64Value(UINT32_MAX, in DoExecute()
H A DCommandObjectBreakpoint.cpp1741 lldb::break_id_t bp_id = m_bp_id.m_breakpoint.GetUInt64Value(); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp891 m_command_byte.GetOptionValue().GetUInt64Value(0); in DoExecute()