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()
158 auto string_value = m_values[i]->GetValueAs<llvm::StringRef>(); in GetArgs()
266 std::optional<T> GetValueAs() const { in GetValueAs() function299 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()
1077 m_memory_options.m_string.GetValueAs<llvm::StringRef>().value_or(""); in DoExecute()1085 m_memory_options.m_expr.GetValueAs<llvm::StringRef>().value_or(""), in DoExecute()
1738 m_bp_id.m_breakpoint.GetValueAs<uint64_t>().value_or(0); in DoExecute()1754 bp_name->SetHelp(m_bp_id.m_help_string.GetValueAs<llvm::StringRef>() in DoExecute()
950 SetDescription(value_sp->GetValueAs<llvm::StringRef>().value_or("")); in TestEmulation()961 llvm::Triple(value_sp->GetValueAs<llvm::StringRef>().value_or(""))); in TestEmulation()