Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp61 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
105 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
H A DOptionValuePathMappings.cpp56 StringConvert::ToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); in SetValueFromString()
132 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-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DStringConvert.h24 uint32_t ToUInt32(const char *s, uint32_t fail_value = 0, int base = 0,
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DStringConvert.cpp32 uint32_t ToUInt32(const char *s, uint32_t fail_value, int base, in ToUInt32() function
H A DSocket.cpp288 port = StringConvert::ToUInt32(port_str.c_str(), UINT32_MAX, 10, &ok); in DecodeHostAndPort()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp645 StringConvert::ToUInt32(matches[1].str().c_str(), UINT32_MAX, 10); in ParseProducerInfo()
647 StringConvert::ToUInt32(matches[2].str().c_str(), UINT32_MAX, 10); in ParseProducerInfo()
649 StringConvert::ToUInt32(matches[3].str().c_str(), UINT32_MAX, 10); in ParseProducerInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp146 StringConvert::ToUInt32(msbit_str.c_str(), UINT32_MAX); in SetRegisterInfo()
148 StringConvert::ToUInt32(lsbit_str.c_str(), UINT32_MAX); in SetRegisterInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp395 uint32_t reg = StringConvert::ToUInt32(value_pair.first.str().c_str(), in SplitCommaSeparatedRegisterNumberString()
2100 StringConvert::ToUInt32(key.GetCString(), UINT32_MAX, 10); in SetThreadStopInfo()
4403 StringConvert::ToUInt32(value.data(), 0, 0) / CHAR_BIT; in ParseRegisters()
4410 StringConvert::ToUInt32(value.data(), LLDB_INVALID_REGNUM, 0); in ParseRegisters()
4415 reg_offset = StringConvert::ToUInt32(value.data(), UINT32_MAX, 0); in ParseRegisters()
4447 StringConvert::ToUInt32(value.data(), UINT32_MAX, 0); in ParseRegisters()
4454 StringConvert::ToUInt32(value.data(), LLDB_INVALID_REGNUM, 0); in ParseRegisters()
4457 StringConvert::ToUInt32(value.data(), LLDB_INVALID_REGNUM, 0); in ParseRegisters()
4585 set_id = StringConvert::ToUInt32(value.data(), in GetGDBServerRegisterInfoXMLAndProcess()
H A DGDBRemoteCommunication.cpp1176 uint16_t child_port = StringConvert::ToUInt32(port_cstr, 0); in StartDebugserverProcess()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp241 connection_portno = StringConvert::ToUInt32(connection_port.c_str(), 0); in ConnectToRemote()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp4573 StringConvert::ToUInt32(id_cstr, UINT32_MAX, 0, &success); in DoExecute()
4719 StringConvert::ToUInt32(id_cstr, UINT32_MAX, 0, &success); in DoExecute()
4768 StringConvert::ToUInt32(id_cstr, UINT32_MAX, 0, &success); in DoExecute()