Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp20 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 DOptionGroupFormat.h24 class OptionGroupFormat : public OptionGroup {
31 OptionGroupFormat(
38 ~OptionGroupFormat() override;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DREPL.h63 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 DCommandObjectRegister.cpp75 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectRegisterRead()
76 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectRegisterRead()
298 OptionGroupFormat m_format_options;
H A DCommandObjectMemory.cpp120 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 DCommandObjectExpression.h79 OptionGroupFormat m_format_options;
H A DCommandObjectFrame.cpp463 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectFrameVariable()
464 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectFrameVariable()
752 OptionGroupFormat m_option_format;
H A DCommandObjectExpression.cpp295 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectExpression()
296 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectExpression()
H A DCommandObjectType.cpp611 OptionGroupFormat m_format_options;
672 OptionGroupFormat::OPTION_GROUP_FORMAT, in CommandObjectTypeFormatAdd()
H A DCommandObjectTarget.cpp738 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 DMakefile262 SRCS+= Interpreter/OptionGroupFormat.cpp