reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Interpreter/OptionValue.h
  295   uint64_t GetUInt64Value(uint64_t fail_value = 0) const;

References

tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
 1702       lldb::break_id_t bp_id = m_bp_id.m_breakpoint.GetUInt64Value();
tools/lldb/source/Interpreter/OptionValueProperties.cpp
  504       return value->GetUInt64Value(fail_value);
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
14408   test_opcode = value_sp->GetUInt64Value();
tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
  297       start_address = value_sp->GetUInt64Value();
  311       uint64_t value = value_sp->GetUInt64Value();
  333     uint64_t reg_value = value_sp->GetUInt64Value();
  341   StorePseudoRegisterValue(dwarf_cpsr, value_sp->GetUInt64Value());
  351     uint64_t reg_value = value_sp->GetUInt64Value();