Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupFormat.cpp19 OptionGroupFormat::OptionGroupFormat(lldb::Format default_format, in OptionGroupFormat() function in OptionGroupFormat
27 OptionGroupFormat::~OptionGroupFormat() {} in ~OptionGroupFormat()
44 llvm::ArrayRef<OptionDefinition> OptionGroupFormat::GetDefinitions() { in GetDefinitions()
55 Status OptionGroupFormat::SetOptionValue(uint32_t option_idx, in SetOptionValue()
169 bool OptionGroupFormat::ParserGDBFormatLetter( in ParserGDBFormatLetter()
261 void OptionGroupFormat::OptionParsingStarting( in OptionParsingStarting()
DCMakeLists.txt20 OptionGroupFormat.cpp
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h21 class OptionGroupFormat : public OptionGroup {
28 OptionGroupFormat(
35 ~OptionGroupFormat() override;
/external/llvm-project/lldb/include/lldb/Expression/
DREPL.h59 void SetFormatOptions(const OptionGroupFormat &options) { in SetFormatOptions()
136 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault);
/external/llvm-project/lldb/source/Commands/
DCommandObjectRegister.cpp64 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectRegisterRead()
65 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectRegisterRead()
296 OptionGroupFormat m_format_options;
DCommandObjectMemory.cpp107 Status FinalizeSettings(Target *target, OptionGroupFormat &format_options) { in FinalizeSettings()
321 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectMemoryRead()
322 OptionGroupFormat::OPTION_GROUP_COUNT, in CommandObjectMemoryRead()
325 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectMemoryRead()
329 OptionGroupFormat::OPTION_GROUP_SIZE, in CommandObjectMemoryRead()
881 OptionGroupFormat m_format_options;
887 OptionGroupFormat m_prev_format_options;
1270 OptionGroupFormat::OPTION_GROUP_FORMAT, in CommandObjectMemoryWrite()
1273 OptionGroupFormat::OPTION_GROUP_SIZE, in CommandObjectMemoryWrite()
1562 OptionGroupFormat m_format_options;
DCommandObjectExpression.h90 OptionGroupFormat m_format_options;
DCommandObjectExpression.cpp273 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectExpression()
274 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectExpression()
DCommandObjectFrame.cpp440 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectFrameVariable()
441 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectFrameVariable()
727 OptionGroupFormat m_option_format;
DCommandObjectType.cpp566 OptionGroupFormat m_format_options;
627 OptionGroupFormat::OPTION_GROUP_FORMAT, in CommandObjectTypeFormatAdd()
DCommandObjectTarget.cpp736 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectTargetVariable()
737 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectTargetVariable()
1015 OptionGroupFormat m_option_format;