Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp19 OptionGroupFormat::OptionGroupFormat(lldb::Format default_format, in OptionGroupFormat() function in OptionGroupFormat
42 llvm::ArrayRef<OptionDefinition> OptionGroupFormat::GetDefinitions() { in GetDefinitions()
53 Status OptionGroupFormat::SetOptionValue(uint32_t option_idx, in SetOptionValue()
167 bool OptionGroupFormat::ParserGDBFormatLetter( in ParserGDBFormatLetter()
259 void OptionGroupFormat::OptionParsingStarting( in OptionParsingStarting()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h21 class OptionGroupFormat : public OptionGroup {
28 OptionGroupFormat(
35 ~OptionGroupFormat() override = default;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h59 void SetFormatOptions(const OptionGroupFormat &options) { in SetFormatOptions()
136 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp108 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()
864 OptionGroupFormat m_format_options;
870 OptionGroupFormat m_prev_format_options;
1253 OptionGroupFormat::OPTION_GROUP_FORMAT, in CommandObjectMemoryWrite()
1256 OptionGroupFormat::OPTION_GROUP_SIZE, in CommandObjectMemoryWrite()
1526 OptionGroupFormat m_format_options;
H A DCommandObjectRegister.cpp64 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectRegisterRead()
65 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectRegisterRead()
292 OptionGroupFormat m_format_options;
H A DCommandObjectExpression.h90 OptionGroupFormat m_format_options;
H A DCommandObjectExpression.cpp273 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectExpression()
274 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectExpression()
H A DCommandObjectFrame.cpp433 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectFrameVariable()
434 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectFrameVariable()
720 OptionGroupFormat m_option_format;
H A DCommandObjectType.cpp565 OptionGroupFormat m_format_options;
626 OptionGroupFormat::OPTION_GROUP_FORMAT, in CommandObjectTypeFormatAdd()
H A DCommandObjectTarget.cpp713 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectTargetVariable()
714 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectTargetVariable()
988 OptionGroupFormat m_option_format;
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile280 SRCS+= Interpreter/OptionGroupFormat.cpp