Home
last modified time | relevance | path

Searched refs:OptionGroupFormat (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp34 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/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h24 class OptionGroupFormat : public OptionGroup {
31 OptionGroupFormat(
41 ~OptionGroupFormat() override = default;
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h59 void SetFormatOptions(const OptionGroupFormat &options) { in SetFormatOptions()
154 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp42 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectDWIMPrint()
43 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectDWIMPrint()
H A DCommandObjectRegister.cpp57 OptionGroupFormat::OPTION_GROUP_FORMAT |
58 OptionGroupFormat::OPTION_GROUP_GDB_FMT,
284 OptionGroupFormat m_format_options;
H A DCommandObjectMemory.cpp111 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()
869 OptionGroupFormat m_format_options;
876 OptionGroupFormat m_prev_format_options;
1221 OptionGroupFormat::OPTION_GROUP_FORMAT,
1224 OptionGroupFormat::OPTION_GROUP_SIZE,
1500 OptionGroupFormat m_format_options;
H A DCommandObjectDWIMPrint.h46 OptionGroupFormat m_format_options = lldb::eFormatDefault;
H A DCommandObjectExpression.h15 #include "lldb/Interpreter/OptionGroupFormat.h"
96 OptionGroupFormat m_format_options;
H A DCommandObjectExpression.cpp318 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectExpression()
319 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectExpression()
H A DCommandObjectFrame.cpp393 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectFrameVariable()
394 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectFrameVariable()
699 OptionGroupFormat m_option_format;
H A DCommandObjectType.cpp582 OptionGroupFormat m_format_options;
634 OptionGroupFormat::OPTION_GROUP_FORMAT, in CommandObjectTypeFormatAdd()
H A DCommandObjectTarget.cpp724 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectTargetVariable()
725 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectTargetVariable()
987 OptionGroupFormat m_option_format;
/freebsd/lib/clang/liblldb/
H A DMakefile315 SRCS+= Interpreter/OptionGroupFormat.cpp