Home
last modified time | relevance | path

Searched refs:ToUInt64 (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DStringConvert.h35 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 DOptionValueUInt64.cpp52 uint64_t value = StringConvert::ToUInt64(value_str.c_str(), 0, 0, &success); in SetValueFromString()
H A DProperty.cpp185 ? StringConvert::ToUInt64(definition.default_cstr_value) in Property()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DStringConvert.cpp65 uint64_t ToUInt64(const char *s, uint64_t fail_value, int base, in ToUInt64() function
H A DXML.cpp162 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 Dlldb-gdbserver.cpp425 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 DProcessGDBRemote.cpp1583 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 DCommandObjectPlatform.cpp590 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 DCommandObjectTarget.cpp2800 addr_t load_addr = StringConvert::ToUInt64( in DoExecute()