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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionArgParser.h34 static Status ToFormat(const char *s, lldb::Format &format,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormat.cpp41 error = OptionArgParser::ToFormat(value.str().c_str(), new_format, nullptr);
H A DOptionArgParser.cpp78 Status OptionArgParser::ToFormat(const char *s, lldb::Format &format, function in class:OptionArgParser
H A DProperty.cpp127 OptionArgParser::ToFormat(definition.default_cstr_value, new_format,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp295 if (OptionArgParser::ToFormat(format_str.str().c_str(), reg_info.format,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp514 if (OptionArgParser::ToFormat(value.str().c_str(), format, nullptr)
4353 if (OptionArgParser::ToFormat(value.data(), format, nullptr)

Completed in 176 milliseconds