Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Instruction/ARM/
DEmulationStateARM.cpp342 start_address = value_sp->GetUInt64Value (); in LoadStateFromDictionary()
357 uint64_t value = value_sp->GetUInt64Value(); in LoadStateFromDictionary()
381 uint64_t reg_value = value_sp->GetUInt64Value(); in LoadStateFromDictionary()
389 StorePseudoRegisterValue (dwarf_cpsr, value_sp->GetUInt64Value()); in LoadStateFromDictionary()
400 uint64_t reg_value = value_sp->GetUInt64Value(); in LoadStateFromDictionary()
DEmulateInstructionARM.cpp13508 test_opcode = value_sp->GetUInt64Value (); in TestEmulation()
/external/lldb/include/lldb/Interpreter/
DOptionValue.h202 GetUInt64Value (uint64_t fail_value, bool *success_ptr);
343 GetUInt64Value (uint64_t fail_value = 0) const;
/external/lldb/source/Interpreter/
DOptionValue.cpp29 OptionValue::GetUInt64Value (uint64_t fail_value, bool *success_ptr) in GetUInt64Value() function in OptionValue
472 OptionValue::GetUInt64Value (uint64_t fail_value) const in GetUInt64Value() function in OptionValue
DOptionValueProperties.cpp551 return value->GetUInt64Value(fail_value); in GetPropertyAtIndexAsUInt64()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp400 bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UInt64 &value) in GetUInt64Value() function
593 if (!GetUInt64Value(archive, i, kpidSize, unpackSize)) in ListArchives()
597 if (!GetUInt64Value(archive, i, kpidPackSize, packSize)) in ListArchives()
/external/lldb/source/Commands/
DCommandObjectRegister.cpp189 set_idx = m_command_options.set_indexes[i]->GetUInt64Value (UINT32_MAX, NULL); in DoExecute()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp999 const uint64_t command_byte = m_command_byte.GetOptionValue().GetUInt64Value(0); in DoExecute()