Searched refs:OptionGroupFormat (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 34 OptionGroupFormat::OptionGroupFormat( in OptionGroupFormat() function in OptionGroupFormat 60 llvm::ArrayRef<OptionDefinition> OptionGroupFormat::GetDefinitions() { in GetDefinitions() 71 Status OptionGroupFormat::SetOptionValue(uint32_t option_idx, in SetOptionValue() 185 bool OptionGroupFormat::ParserGDBFormatLetter( in ParserGDBFormatLetter() 277 void OptionGroupFormat::OptionParsingStarting( in OptionParsingStarting()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupFormat.h | 24 class OptionGroupFormat : public OptionGroup { 31 OptionGroupFormat( 41 ~OptionGroupFormat() override = default;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 59 void SetFormatOptions(const OptionGroupFormat &options) { in SetFormatOptions() 154 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectDWIMPrint.cpp | 44 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectDWIMPrint() 45 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectDWIMPrint()
|
| H A D | CommandObjectDWIMPrint.h | 50 OptionGroupFormat m_format_options = lldb::eFormatDefault;
|
| H A D | CommandObjectMemory.cpp | 111 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() 866 OptionGroupFormat m_format_options; 873 OptionGroupFormat m_prev_format_options; 1275 OptionGroupFormat::OPTION_GROUP_FORMAT, 1278 OptionGroupFormat::OPTION_GROUP_SIZE, 1554 OptionGroupFormat m_format_options;
|
| H A D | CommandObjectRegister.cpp | 69 OptionGroupFormat::OPTION_GROUP_FORMAT | 70 OptionGroupFormat::OPTION_GROUP_GDB_FMT, 298 OptionGroupFormat m_format_options;
|
| H A D | CommandObjectExpression.h | 96 OptionGroupFormat m_format_options;
|
| H A D | CommandObjectExpression.cpp | 330 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectExpression() 331 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectExpression()
|
| H A D | CommandObjectFrame.cpp | 435 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectFrameVariable() 436 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectFrameVariable() 743 OptionGroupFormat m_option_format;
|
| H A D | CommandObjectType.cpp | 582 OptionGroupFormat m_format_options; 642 OptionGroupFormat::OPTION_GROUP_FORMAT, in CommandObjectTypeFormatAdd()
|
| H A D | CommandObjectTarget.cpp | 756 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectTargetVariable() 757 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectTargetVariable() 1018 OptionGroupFormat m_option_format;
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | Makefile | 296 SRCS+= Interpreter/OptionGroupFormat.cpp
|