Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
H A DCMakeLists.txt20 OptionGroupFormat.cpp
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h24 class OptionGroupFormat : public OptionGroup {
31 OptionGroupFormat(
41 ~OptionGroupFormat() override = default;
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DREPL.h59 void SetFormatOptions(const OptionGroupFormat &options) { in SetFormatOptions()
136 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectRegister.cpp64 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectRegisterRead()
65 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectRegisterRead()
291 OptionGroupFormat m_format_options;
H A DCommandObjectMemory.cpp110 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()
878 OptionGroupFormat m_format_options;
885 OptionGroupFormat m_prev_format_options;
1291 OptionGroupFormat::OPTION_GROUP_FORMAT,
1294 OptionGroupFormat::OPTION_GROUP_SIZE,
1570 OptionGroupFormat m_format_options;
H A DCommandObjectExpression.h90 OptionGroupFormat m_format_options;
H A DCommandObjectExpression.cpp257 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectExpression()
258 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectExpression()
H A DCommandObjectFrame.cpp432 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectFrameVariable()
433 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectFrameVariable()
714 OptionGroupFormat m_option_format;
H A DCommandObjectType.cpp566 OptionGroupFormat m_format_options;
626 OptionGroupFormat::OPTION_GROUP_FORMAT, in CommandObjectTypeFormatAdd()
H A DCommandObjectTarget.cpp724 OptionGroupFormat::OPTION_GROUP_FORMAT | in CommandObjectTargetVariable()
725 OptionGroupFormat::OPTION_GROUP_GDB_FMT, in CommandObjectTargetVariable()
996 OptionGroupFormat m_option_format;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn41 "OptionGroupFormat.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3762 lldb/include/lldb/Interpreter/OptionGroupFormat.h