Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DStringConvert.h30 uint64_t ToUInt64(const char *s, uint64_t fail_value = 0, int base = 0,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUInt64.cpp50 uint64_t value = StringConvert::ToUInt64(value_str.c_str(), 0, 0, &success); in SetValueFromString()
H A DProperty.cpp197 ? StringConvert::ToUInt64(definition.default_cstr_value) in Property()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DStringConvert.cpp64 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-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1524 pc = StringConvert::ToUInt64(value.c_str(), LLDB_INVALID_ADDRESS, 16); in UpdateThreadPCsFromStopReplyThreadsValue()
1529 pc = StringConvert::ToUInt64(value.c_str(), LLDB_INVALID_ADDRESS, 16); in UpdateThreadPCsFromStopReplyThreadsValue()
4723 StringConvert::ToUInt64(main_lm.data(), LLDB_INVALID_ADDRESS, 0); in GetLoadedModuleList()
4739 module.set_link_map(StringConvert::ToUInt64( in GetLoadedModuleList()
4744 module.set_base(StringConvert::ToUInt64( in GetLoadedModuleList()
4751 module.set_dynamic(StringConvert::ToUInt64( in GetLoadedModuleList()
4821 StringConvert::ToUInt64(address.data(), LLDB_INVALID_ADDRESS, 0)); in GetLoadedModuleList()
H A DGDBRemoteCommunicationClient.cpp1588 page = StringConvert::ToUInt64(comma_sep_str.c_str(), in GetMemoryRegionInfo()
1594 page = StringConvert::ToUInt64(comma_sep_str.c_str(), in GetMemoryRegionInfo()