Searched refs:OptionGroupFormat (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 20 OptionGroupFormat::OptionGroupFormat(lldb::Format default_format, in OptionGroupFormat() function in OptionGroupFormat 28 OptionGroupFormat::~OptionGroupFormat() {} in ~OptionGroupFormat() 45 llvm::ArrayRef<OptionDefinition> OptionGroupFormat::GetDefinitions() { in GetDefinitions() 56 Status OptionGroupFormat::SetOptionValue(uint32_t option_idx, in SetOptionValue() 171 bool OptionGroupFormat::ParserGDBFormatLetter( in ParserGDBFormatLetter() 263 void OptionGroupFormat::OptionParsingStarting( in OptionParsingStarting()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupFormat.h | 24 class OptionGroupFormat : public OptionGroup { 31 OptionGroupFormat( 38 ~OptionGroupFormat() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 63 void SetFormatOptions(const OptionGroupFormat &options) { in SetFormatOptions() 147 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectRegister.cpp | 75 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectRegisterRead() 76 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectRegisterRead() 298 OptionGroupFormat m_format_options;
|
| H A D | CommandObjectMemory.cpp | 120 Status FinalizeSettings(Target *target, OptionGroupFormat &format_options) { in FinalizeSettings() 333 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectMemoryRead() 334 OptionGroupFormat::OPTION_GROUP_COUNT, in CommandObjectMemoryRead() 337 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectMemoryRead() 341 OptionGroupFormat::OPTION_GROUP_SIZE, in CommandObjectMemoryRead() 870 OptionGroupFormat m_format_options; 876 OptionGroupFormat m_prev_format_options; 1279 OptionGroupFormat::OPTION_GROUP_FORMAT, in CommandObjectMemoryWrite() 1282 OptionGroupFormat::OPTION_GROUP_SIZE, in CommandObjectMemoryWrite() 1594 OptionGroupFormat m_format_options;
|
| H A D | CommandObjectExpression.h | 79 OptionGroupFormat m_format_options;
|
| H A D | CommandObjectFrame.cpp | 463 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectFrameVariable() 464 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectFrameVariable() 752 OptionGroupFormat m_option_format;
|
| H A D | CommandObjectExpression.cpp | 295 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectExpression() 296 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectExpression()
|
| H A D | CommandObjectType.cpp | 611 OptionGroupFormat m_format_options; 672 OptionGroupFormat::OPTION_GROUP_FORMAT, in CommandObjectTypeFormatAdd()
|
| H A D | CommandObjectTarget.cpp | 738 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectTargetVariable() 739 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectTargetVariable() 1024 OptionGroupFormat m_option_format;
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 262 SRCS+= Interpreter/OptionGroupFormat.cpp
|