Searched refs:GetValueAs (Results 1 – 10 of 10) sorted by relevance
269 uint64_t reg_value = value_sp->GetValueAs<uint64_t>().value_or(0); in LoadRegistersStateFromDictionary()298 start_address = value_sp->GetValueAs<uint64_t>().value_or(0); in LoadStateFromDictionary()312 uint64_t value = value_sp->GetValueAs<uint64_t>().value_or(0); in LoadStateFromDictionary()333 value_sp->GetValueAs<uint64_t>().value_or(0)); in LoadStateFromDictionary()
14368 test_opcode = value_sp->GetValueAs<uint64_t>().value_or(0); in TestEmulation()
19 args.AppendArgument(value->GetValueAs<llvm::StringRef>().value_or("")); in GetArgs()
156 auto string_value = m_values[i]->GetValueAs<llvm::StringRef>(); in GetArgs()
273 std::optional<T> GetValueAs() const { in GetValueAs() function304 T GetValueAs() const { in GetValueAs() function
146 return value->GetValueAs<T>();
162 m_command_options.set_indexes[i]->GetValueAs<uint64_t>().value_or( in DoExecute()
1021 m_memory_options.m_string.GetValueAs<llvm::StringRef>().value_or(""); in DoExecute()1032 m_memory_options.m_expr.GetValueAs<llvm::StringRef>().value_or( in DoExecute()
1698 m_bp_id.m_breakpoint.GetValueAs<uint64_t>().value_or(0); in DoExecute()1714 bp_name->SetHelp(m_bp_id.m_help_string.GetValueAs<llvm::StringRef>() in DoExecute()
916 SetDescription(value_sp->GetValueAs<llvm::StringRef>().value_or("")); in TestEmulation()927 llvm::Triple(value_sp->GetValueAs<llvm::StringRef>().value_or(""))); in TestEmulation()