Home
last modified time | relevance | path

Searched refs:GetValueAs (Results 1 – 10 of 10) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp269 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()
H A DEmulateInstructionARM.cpp14368 test_opcode = value_sp->GetValueAs<uint64_t>().value_or(0); in TestEmulation()
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArgs.cpp19 args.AppendArgument(value->GetValueAs<llvm::StringRef>().value_or("")); in GetArgs()
H A DOptionValueArray.cpp156 auto string_value = m_values[i]->GetValueAs<llvm::StringRef>(); in GetArgs()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h273 std::optional<T> GetValueAs() const { in GetValueAs() function
304 T GetValueAs() const { in GetValueAs() function
H A DOptionValueProperties.h146 return value->GetValueAs<T>();
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp162 m_command_options.set_indexes[i]->GetValueAs<uint64_t>().value_or( in DoExecute()
H A DCommandObjectMemory.cpp1021 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()
H A DCommandObjectBreakpoint.cpp1698 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()
/src/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp916 SetDescription(value_sp->GetValueAs<llvm::StringRef>().value_or("")); in TestEmulation()
927 llvm::Triple(value_sp->GetValueAs<llvm::StringRef>().value_or(""))); in TestEmulation()