Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulationStateARM.cpp297 start_address = value_sp->GetUInt64Value(); in LoadStateFromDictionary()
311 uint64_t value = value_sp->GetUInt64Value(); in LoadStateFromDictionary()
333 uint64_t reg_value = value_sp->GetUInt64Value(); in LoadStateFromDictionary()
341 StorePseudoRegisterValue(dwarf_cpsr, value_sp->GetUInt64Value()); in LoadStateFromDictionary()
351 uint64_t reg_value = value_sp->GetUInt64Value(); in LoadStateFromDictionary()
HDEmulateInstructionARM.cpp14412 test_opcode = value_sp->GetUInt64Value(); in TestEmulation()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h171 uint64_t GetUInt64Value(uint64_t fail_value, bool *success_ptr);
290 uint64_t GetUInt64Value(uint64_t fail_value = 0) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp19 uint64_t OptionValue::GetUInt64Value(uint64_t fail_value, bool *success_ptr) { in GetUInt64Value() function in OptionValue
423 uint64_t OptionValue::GetUInt64Value(uint64_t fail_value) const { in GetUInt64Value() function in OptionValue
HDOptionValueProperties.cpp504 return value->GetUInt64Value(fail_value); in GetPropertyAtIndexAsUInt64()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectRegister.cpp161 set_idx = m_command_options.set_indexes[i]->GetUInt64Value(UINT32_MAX, in DoExecute()
HDCommandObjectBreakpoint.cpp1674 lldb::break_id_t bp_id = m_bp_id.m_breakpoint.GetUInt64Value(); in DoExecute()