Searched refs:ToUInt64 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | StringConvert.h | 30 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 D | OptionValueUInt64.cpp | 50 uint64_t value = StringConvert::ToUInt64(value_str.c_str(), 0, 0, &success); in SetValueFromString()
|
| H A D | Property.cpp | 197 ? StringConvert::ToUInt64(definition.default_cstr_value) in Property()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | StringConvert.cpp | 64 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-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1524 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 D | GDBRemoteCommunicationClient.cpp | 1588 page = StringConvert::ToUInt64(comma_sep_str.c_str(), in GetMemoryRegionInfo() 1594 page = StringConvert::ToUInt64(comma_sep_str.c_str(), in GetMemoryRegionInfo()
|