Searched refs:ToUInt64 (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | StringConvert.h | 35 uint64_t ToUInt64(const char *s, uint64_t fail_value = 0, int base = 0,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueUInt64.cpp | 52 uint64_t value = StringConvert::ToUInt64(value_str.c_str(), 0, 0, &success); in SetValueFromString()
|
| H A D | Property.cpp | 185 ? StringConvert::ToUInt64(definition.default_cstr_value) in Property()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | StringConvert.cpp | 65 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64() function
|
| H A D | XML.cpp | 162 value = StringConvert::ToUInt64(str_value.data(), fail_value, base, &success); in GetAttributeValueAsUnsigned() 310 value = StringConvert::ToUInt64(text.c_str(), fail_value, base, &success); in GetElementTextAsUnsigned()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 425 unnamed_pipe = (pipe_t)StringConvert::ToUInt64(optarg, -1); in main_gdbserver()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1583 tid = StringConvert::ToUInt64(value.c_str(), LLDB_INVALID_THREAD_ID, 16); in UpdateThreadIDsFromStopReplyThreadsValue() 1588 tid = StringConvert::ToUInt64(value.c_str(), LLDB_INVALID_THREAD_ID, 16); in UpdateThreadIDsFromStopReplyThreadsValue() 1601 pc = StringConvert::ToUInt64(value.c_str(), LLDB_INVALID_ADDRESS, 16); in UpdateThreadPCsFromStopReplyThreadsValue() 1606 pc = StringConvert::ToUInt64(value.c_str(), LLDB_INVALID_ADDRESS, 16); in UpdateThreadPCsFromStopReplyThreadsValue() 4700 StringConvert::ToUInt64(main_lm.data(), LLDB_INVALID_ADDRESS, 0); in GetLoadedModuleList() 4716 module.set_link_map(StringConvert::ToUInt64( in GetLoadedModuleList() 4721 module.set_base(StringConvert::ToUInt64( in GetLoadedModuleList() 4728 module.set_dynamic(StringConvert::ToUInt64( in GetLoadedModuleList() 4796 StringConvert::ToUInt64(address.data(), LLDB_INVALID_ADDRESS, 0)); in GetLoadedModuleList()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 590 StringConvert::ToUInt64(cmd_line.c_str(), UINT64_MAX); in DoExecute() 636 StringConvert::ToUInt64(cmd_line.c_str(), UINT64_MAX); in DoExecute() 732 StringConvert::ToUInt64(cmd_line.c_str(), UINT64_MAX); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 2800 addr_t load_addr = StringConvert::ToUInt64( in DoExecute()
|