Home
last modified time | relevance | path

Searched refs:ToFormat (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormat.cpp45 error = OptionArgParser::ToFormat(value.str().c_str(), new_format, nullptr); in SetValueFromString()
H A DProperty.cpp133 OptionArgParser::ToFormat(definition.default_cstr_value, new_format, in Property()
H A DOptionArgParser.cpp95 Status OptionArgParser::ToFormat(const char *s, lldb::Format &format, in ToFormat() function in OptionArgParser
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionArgParser.h46 static Status ToFormat(const char *s, lldb::Format &format,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp292 if (OptionArgParser::ToFormat(format_str.str().c_str(), reg_info.format, in SetRegisterInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp465 if (!OptionArgParser::ToFormat(value.str().c_str(), reg_info.format, nullptr) in BuildDynamicRegisterInfo()
4585 if (!OptionArgParser::ToFormat(value.data(), reg_info.format, in ParseRegisters()