Searched refs:ToFormat (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionArgParser.h | 35 static Status ToFormat(const char *s, lldb::Format &format,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueFormat.cpp | 42 error = OptionArgParser::ToFormat(value.str().c_str(), new_format, nullptr); in SetValueFromString()
|
| H A D | OptionArgParser.cpp | 79 Status OptionArgParser::ToFormat(const char *s, lldb::Format &format, in ToFormat() function in OptionArgParser
|
| H A D | Property.cpp | 122 OptionArgParser::ToFormat(definition.default_cstr_value, new_format, in Property()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | DynamicRegisterInfo.cpp | 305 if (OptionArgParser::ToFormat(format_str.str().c_str(), reg_info.format, in SetRegisterInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 581 if (OptionArgParser::ToFormat(value.str().c_str(), format, NULL) in BuildDynamicRegisterInfo() 4430 if (OptionArgParser::ToFormat(value.data(), format, NULL).Success()) in ParseRegisters()
|