Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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 GetAsBoolean()
47 return static_cast<OptionValueBoolean *>(this); in GetAsBoolean()
51 const OptionValueBoolean *OptionValue::GetAsBoolean() const { in GetAsBoolean()
53 return static_cast<const OptionValueBoolean *>(this); in GetAsBoolean()
275 if (const OptionValueBoolean *option_value = GetAsBoolean()) in GetBooleanValue()
282 if (OptionValueBoolean *option_value = GetAsBoolean()) { in SetBooleanValue()
537 value_sp = std::make_shared<OptionValueBoolean>(false); in CreateValueFromCStringForTypeMask()
H A DProperty.cpp56 std::make_shared<OptionValueBoolean>(OptionArgParser::ToBoolean( in Property()
59 m_value_sp = std::make_shared<OptionValueBoolean>( in Property()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp293 OptionValueBoolean dump_all_sets;
294 OptionValueBoolean alternate_name;
H A DCommandObjectSession.cpp126 OptionValueBoolean m_clear;
H A DCommandObjectCommands.cpp126 OptionValueBoolean m_stop_on_error;
127 OptionValueBoolean m_silent_run;
128 OptionValueBoolean m_stop_on_continue;
129 OptionValueBoolean m_cmd_relative_to_command_file;
H A DCommandObjectTarget.cpp2064 OptionValueBoolean m_prefer_mangled = {false, false};
2598 OptionValueBoolean m_json = false;
2599 OptionValueBoolean m_errors_only = false;
H A DCommandObjectMemory.cpp1673 OptionValueBoolean m_all;
H A DCommandObjectBreakpoint.cpp1597 OptionValueBoolean m_use_dummy;
H A DCommandObjectType.cpp1735 OptionValueBoolean m_define_enabled;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h143 class OptionValueBoolean; variable
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile311 SRCS+= Interpreter/OptionValueBoolean.cpp
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp888 OptionValueBoolean m_verbose;