Home
last modified time | relevance | path

Searched refs:OptionValueBoolean (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueBoolean.h16 class OptionValueBoolean : public Cloneable<OptionValueBoolean, OptionValue> {
18 OptionValueBoolean(bool value) in OptionValueBoolean() function
20 OptionValueBoolean(bool current_value, bool default_value) in OptionValueBoolean() function
23 ~OptionValueBoolean() override = default;
H A DOptionGroupBoolean.h39 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue()
41 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue()
44 OptionValueBoolean m_value;
H A DOptionGroupMemoryTag.h35 OptionValueBoolean GetShowTags() { return m_show_tags; }; in GetShowTags()
38 OptionValueBoolean m_show_tags;
H A DOptionGroupOutputFile.h34 const OptionValueBoolean &GetAppend() { return m_append; } in GetAppend()
42 OptionValueBoolean m_append;
H A DOptionValue.h203 OptionValueBoolean *GetAsBoolean();
204 const OptionValueBoolean *GetAsBoolean() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueBoolean.cpp20 void OptionValueBoolean::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
33 Status OptionValueBoolean::SetValueFromString(llvm::StringRef value_str, in SetValueFromString()
70 void OptionValueBoolean::AutoComplete(CommandInterpreter &interpreter, in AutoComplete()
H A DOptionValue.cpp45 OptionValueBoolean *OptionValue::GetAsBoolean() { in GetAsChar()
47 return static_cast<OptionValueBoolean *>(this); in GetAsChar()
51 const OptionValueBoolean *OptionValue::GetAsBoolean() const { in GetAsFileSpec()
53 return static_cast<const OptionValueBoolean *>(this); in GetAsFileSpec()
275 if (const OptionValueBoolean *option_value = GetAsBoolean()) in SetCharValue()
282 if (OptionValueBoolean *option_value = GetAsBoolean()) { in GetEnumerationValue()
537 value_sp = std::make_shared<OptionValueBoolean>(false); in DumpQualifiedName()
H A DProperty.cpp56 std::make_shared<OptionValueBoolean>(OptionArgParser::ToBoolean( in Property()
59 m_value_sp = std::make_shared<OptionValueBoolean>( in Property()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp279 OptionValueBoolean dump_all_sets;
280 OptionValueBoolean alternate_name;
H A DCommandObjectSession.cpp117 OptionValueBoolean m_clear;
H A DCommandObjectCommands.cpp107 OptionValueBoolean m_stop_on_error;
108 OptionValueBoolean m_silent_run;
109 OptionValueBoolean m_stop_on_continue;
110 OptionValueBoolean m_cmd_relative_to_command_file;
H A DCommandObjectTarget.cpp1997 OptionValueBoolean m_prefer_mangled = {false, false};
2530 OptionValueBoolean m_json = false;
2531 OptionValueBoolean m_errors_only = false;
H A DCommandObjectMemory.cpp1619 OptionValueBoolean m_all;
H A DCommandObjectBreakpoint.cpp1577 OptionValueBoolean m_use_dummy;
H A DCommandObjectType.cpp1702 OptionValueBoolean m_define_enabled;
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h145 class OptionValueBoolean; variable
/freebsd/lib/clang/liblldb/
H A DMakefile324 SRCS+= Interpreter/OptionValueBoolean.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp888 OptionValueBoolean m_verbose;