Searched refs:ToFormat (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionArgParser.h | 34 static Status ToFormat(const char *s, lldb::Format &format,
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionValueFormat.cpp | 45 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 | 133 OptionArgParser::ToFormat(definition.default_cstr_value, new_format, in Property()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | DynamicRegisterInfo.cpp | 278 if (OptionArgParser::ToFormat(format_str.str().c_str(), reg_info.format, in SetRegisterInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 459 if (!OptionArgParser::ToFormat(value.str().c_str(), reg_info.format, nullptr) in BuildDynamicRegisterInfo() 4077 if (!OptionArgParser::ToFormat(value.data(), reg_info.format, in ParseRegisters()
|