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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp1 //===-- OptionGroupFormat.cpp -----------------------------------*- C++ -*-===//
9 #include "lldb/Interpreter/OptionGroupFormat.h"
19 OptionGroupFormat::OptionGroupFormat(lldb::Format default_format, function in class:OptionGroupFormat
27 OptionGroupFormat::~OptionGroupFormat() {}
44 llvm::ArrayRef<OptionDefinition> OptionGroupFormat::GetDefinitions() {
55 Status OptionGroupFormat::SetOptionValue(uint32_t option_idx,
169 bool OptionGroupFormat::ParserGDBFormatLetter(
261 void OptionGroupFormat
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h1 //===-- OptionGroupFormat.h -------------------------------------*- C++ -*-===//
19 // OptionGroupFormat
21 class OptionGroupFormat : public OptionGroup { class in namespace:lldb_private
28 OptionGroupFormat(
35 ~OptionGroupFormat() override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h15 #include "lldb/Interpreter/OptionGroupFormat.h"
59 void SetFormatOptions(const OptionGroupFormat &options) {
136 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.h15 #include "lldb/Interpreter/OptionGroupFormat.h"
75 OptionGroupFormat m_format_options;
H A DCommandObjectRegister.cpp14 #include "lldb/Interpreter/OptionGroupFormat.h"
64 OptionGroupFormat::OPTION_GROUP_FORMAT |
65 OptionGroupFormat::OPTION_GROUP_GDB_FMT,
285 OptionGroupFormat m_format_options;
H A DCommandObjectMemory.cpp17 #include "lldb/Interpreter/OptionGroupFormat.h"
108 Status FinalizeSettings(Target *target, OptionGroupFormat &format_options) {
322 OptionGroupFormat::OPTION_GROUP_FORMAT |
323 OptionGroupFormat::OPTION_GROUP_COUNT,
326 OptionGroupFormat::OPTION_GROUP_GDB_FMT,
330 OptionGroupFormat::OPTION_GROUP_SIZE,
882 OptionGroupFormat m_format_options;
888 OptionGroupFormat m_prev_format_options;
1271 OptionGroupFormat::OPTION_GROUP_FORMAT,
1274 OptionGroupFormat
[all...]
H A DCommandObjectExpression.cpp273 OptionGroupFormat::OPTION_GROUP_FORMAT |
274 OptionGroupFormat::OPTION_GROUP_GDB_FMT,
H A DCommandObjectFrame.cpp18 #include "lldb/Interpreter/OptionGroupFormat.h"
433 OptionGroupFormat::OPTION_GROUP_FORMAT |
434 OptionGroupFormat::OPTION_GROUP_GDB_FMT,
721 OptionGroupFormat m_option_format;
H A DCommandObjectType.cpp20 #include "lldb/Interpreter/OptionGroupFormat.h"
563 OptionGroupFormat m_format_options;
624 OptionGroupFormat::OPTION_GROUP_FORMAT,
H A DCommandObjectTarget.cpp26 #include "lldb/Interpreter/OptionGroupFormat.h"
731 OptionGroupFormat::OPTION_GROUP_FORMAT |
732 OptionGroupFormat::OPTION_GROUP_GDB_FMT,
1012 OptionGroupFormat m_option_format;
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile267 SRCS+= Interpreter/OptionGroupFormat.cpp

Completed in 118 milliseconds