Home
last modified time | relevance | path

Searched refs:ToUInt32 (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpecLIst.cpp60 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
104 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
H A DOptionValuePathMappings.cpp57 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
129 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
H A DOptionValueArray.cpp171 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetArgs()
253 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DStringConvert.h29 uint32_t ToUInt32(const char *s, uint32_t fail_value = 0, int base = 0,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DStringConvert.cpp33 uint32_t ToUInt32(const char *s, uint32_t fail_value, int base, in ToUInt32() function
H A DSocket.cpp269 port = StringConvert::ToUInt32(port_str.c_str(), UINT32_MAX, 10, &ok); in DecodeHostAndPort()
288 port = StringConvert::ToUInt32(host_and_port.data(), UINT32_MAX, 10, &ok); in DecodeHostAndPort()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp691 StringConvert::ToUInt32(str.c_str(), UINT32_MAX, 10); in ParseProducerInfo()
694 StringConvert::ToUInt32(str.c_str(), UINT32_MAX, 10); in ParseProducerInfo()
697 StringConvert::ToUInt32(str.c_str(), UINT32_MAX, 10); in ParseProducerInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp275 connection_portno = StringConvert::ToUInt32(connection_port.c_str(), 0); in ConnectToRemote()
437 connection_fd = StringConvert::ToUInt32(optarg, -1); in main_gdbserver()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp122 uint32_t thread_idx = StringConvert::ToUInt32( in DoExecute()
597 StringConvert::ToUInt32(thread_idx_cstr, LLDB_INVALID_INDEX32); in DoExecute()
1148 line_number = StringConvert::ToUInt32(command.GetArgumentAtIndex(i), in DoExecute()
1377 StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0); in DoExecute()
2036 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), 0, 0, &success); in DoExecute()
H A DCommandObjectFrame.cpp981 StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0); in DoExecute()
1068 StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0); in DoExecute()
H A DCommandObjectTarget.cpp534 StringConvert::ToUInt32(target_idx_arg, UINT32_MAX, 0, &success); in DoExecute()
1189 uint32_t insert_idx = StringConvert::ToUInt32( in DoExecute()
4858 lldb::user_id_t user_id = StringConvert::ToUInt32( in DoExecute()
4913 lldb::user_id_t user_id = StringConvert::ToUInt32( in DoExecute()
H A DCommandObjectProcess.cpp1437 real_value = StringConvert::ToUInt32(option.c_str(), 3); in VerifyCommandOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp150 StringConvert::ToUInt32(msbit_str.c_str(), UINT32_MAX); in SetRegisterInfo()
152 StringConvert::ToUInt32(lsbit_str.c_str(), UINT32_MAX); in SetRegisterInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp457 uint32_t reg = StringConvert::ToUInt32(value_pair.first.str().c_str(), in SplitCommaSeparatedRegisterNumberString()
2158 StringConvert::ToUInt32(key.GetCString(), UINT32_MAX, 10); in SetThreadStopInfo()
4409 StringConvert::ToUInt32(value.data(), 0, 0) / CHAR_BIT; in ParseRegisters()
4416 StringConvert::ToUInt32(value.data(), LLDB_INVALID_REGNUM, 0); in ParseRegisters()
4421 reg_offset = StringConvert::ToUInt32(value.data(), UINT32_MAX, 0); in ParseRegisters()
4452 StringConvert::ToUInt32(value.data(), UINT32_MAX, 0); in ParseRegisters()
4459 StringConvert::ToUInt32(value.data(), LLDB_INVALID_REGNUM, 0); in ParseRegisters()
4462 StringConvert::ToUInt32(value.data(), LLDB_INVALID_REGNUM, 0); in ParseRegisters()
4587 set_id = StringConvert::ToUInt32(value.data(), in GetGDBServerRegisterInfo()
H A DGDBRemoteCommunication.cpp1214 uint16_t child_port = StringConvert::ToUInt32(port_cstr, 0); in StartDebugserverProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp4694 StringConvert::ToUInt32(id_cstr, UINT32_MAX, 0, &success); in DoExecute()
4839 StringConvert::ToUInt32(id_cstr, UINT32_MAX, 0, &success); in DoExecute()
4890 StringConvert::ToUInt32(id_cstr, UINT32_MAX, 0, &success); in DoExecute()