Searched refs:GetUInt64Value (Results 1 – 8 of 8) sorted by relevance
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulationStateARM.cpp | 342 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()
|
D | EmulateInstructionARM.cpp | 13508 test_opcode = value_sp->GetUInt64Value (); in TestEmulation()
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionValue.h | 202 GetUInt64Value (uint64_t fail_value, bool *success_ptr); 343 GetUInt64Value (uint64_t fail_value = 0) const;
|
/external/lldb/source/Interpreter/ |
D | OptionValue.cpp | 29 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
|
D | OptionValueProperties.cpp | 551 return value->GetUInt64Value(fail_value); in GetPropertyAtIndexAsUInt64()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 400 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/ |
D | CommandObjectRegister.cpp | 189 set_idx = m_command_options.set_indexes[i]->GetUInt64Value (UINT32_MAX, NULL); in DoExecute()
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.cpp | 999 const uint64_t command_byte = m_command_byte.GetOptionValue().GetUInt64Value(0); in DoExecute()
|