Searched refs:OptionGroupFormat (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 19 OptionGroupFormat::OptionGroupFormat(lldb::Format default_format, in OptionGroupFormat() function in OptionGroupFormat 42 llvm::ArrayRef<OptionDefinition> OptionGroupFormat::GetDefinitions() { in GetDefinitions() 53 Status OptionGroupFormat::SetOptionValue(uint32_t option_idx, in SetOptionValue() 167 bool OptionGroupFormat::ParserGDBFormatLetter( in ParserGDBFormatLetter() 259 void OptionGroupFormat::OptionParsingStarting( in OptionParsingStarting()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupFormat.h | 21 class OptionGroupFormat : public OptionGroup { 28 OptionGroupFormat( 35 ~OptionGroupFormat() override = default;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 59 void SetFormatOptions(const OptionGroupFormat &options) { in SetFormatOptions() 136 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 108 Status FinalizeSettings(Target *target, OptionGroupFormat &format_options) { in FinalizeSettings() 322 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectMemoryRead() 323 OptionGroupFormat::OPTION_GROUP_COUNT, in CommandObjectMemoryRead() 326 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectMemoryRead() 330 OptionGroupFormat::OPTION_GROUP_SIZE, in CommandObjectMemoryRead() 864 OptionGroupFormat m_format_options; 870 OptionGroupFormat m_prev_format_options; 1253 OptionGroupFormat::OPTION_GROUP_FORMAT, in CommandObjectMemoryWrite() 1256 OptionGroupFormat::OPTION_GROUP_SIZE, in CommandObjectMemoryWrite() 1526 OptionGroupFormat m_format_options;
|
| H A D | CommandObjectRegister.cpp | 64 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectRegisterRead() 65 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectRegisterRead() 292 OptionGroupFormat m_format_options;
|
| H A D | CommandObjectExpression.h | 90 OptionGroupFormat m_format_options;
|
| H A D | CommandObjectExpression.cpp | 273 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectExpression() 274 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectExpression()
|
| H A D | CommandObjectFrame.cpp | 433 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectFrameVariable() 434 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectFrameVariable() 720 OptionGroupFormat m_option_format;
|
| H A D | CommandObjectType.cpp | 565 OptionGroupFormat m_format_options; 626 OptionGroupFormat::OPTION_GROUP_FORMAT, in CommandObjectTypeFormatAdd()
|
| H A D | CommandObjectTarget.cpp | 713 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectTargetVariable() 714 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectTargetVariable() 988 OptionGroupFormat m_option_format;
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | Makefile | 280 SRCS+= Interpreter/OptionGroupFormat.cpp
|