Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h24 class OptionGroupFormat : public OptionGroup {
31 OptionGroupFormat(
41 ~OptionGroupFormat() override = default;
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp44 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectDWIMPrint()
45 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectDWIMPrint()
H A DCommandObjectDWIMPrint.h50 OptionGroupFormat m_format_options = lldb::eFormatDefault;
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()
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 DCommandObjectRegister.cpp69 OptionGroupFormat::OPTION_GROUP_FORMAT |
70 OptionGroupFormat::OPTION_GROUP_GDB_FMT,
298 OptionGroupFormat m_format_options;
H A DCommandObjectExpression.h96 OptionGroupFormat m_format_options;
H A DCommandObjectExpression.cpp330 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectExpression()
331 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectExpression()
H A DCommandObjectFrame.cpp435 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectFrameVariable()
436 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectFrameVariable()
743 OptionGroupFormat m_option_format;
H A DCommandObjectType.cpp582 OptionGroupFormat m_format_options;
642 OptionGroupFormat::OPTION_GROUP_FORMAT, in CommandObjectTypeFormatAdd()
H A DCommandObjectTarget.cpp756 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 DMakefile296 SRCS+= Interpreter/OptionGroupFormat.cpp