Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionValueBoolean.cpp20 void OptionValueBoolean::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
33 Status OptionValueBoolean::SetValueFromString(llvm::StringRef value_str, in SetValueFromString()
70 lldb::OptionValueSP OptionValueBoolean::DeepCopy() const { in DeepCopy()
71 return OptionValueSP(new OptionValueBoolean(*this)); in DeepCopy()
74 void OptionValueBoolean::AutoComplete(CommandInterpreter &interpreter, in AutoComplete()
DOptionValue.cpp25 return static_cast<OptionValueBoolean *>(this)->GetCurrentValue(); in GetUInt64Value()
46 OptionValueBoolean *OptionValue::GetAsBoolean() { in GetAsBoolean()
48 return static_cast<OptionValueBoolean *>(this); in GetAsBoolean()
52 const OptionValueBoolean *OptionValue::GetAsBoolean() const { in GetAsBoolean()
54 return static_cast<const OptionValueBoolean *>(this); in GetAsBoolean()
275 const OptionValueBoolean *option_value = GetAsBoolean(); in GetBooleanValue()
282 OptionValueBoolean *option_value = GetAsBoolean(); in SetBooleanValue()
514 value_sp = std::make_shared<OptionValueBoolean>(false); in CreateValueFromCStringForTypeMask()
DProperty.cpp57 std::make_shared<OptionValueBoolean>(OptionArgParser::ToBoolean( in Property()
60 m_value_sp = std::make_shared<OptionValueBoolean>( in Property()
DCMakeLists.txt32 OptionValueBoolean.cpp
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueBoolean.h16 class OptionValueBoolean : public OptionValue {
18 OptionValueBoolean(bool value) in OptionValueBoolean() function
20 OptionValueBoolean(bool current_value, bool default_value) in OptionValueBoolean() function
24 ~OptionValueBoolean() override {} in ~OptionValueBoolean()
DOptionGroupBoolean.h40 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue()
42 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue()
45 OptionValueBoolean m_value;
DOptionGroupOutputFile.h35 const OptionValueBoolean &GetAppend() { return m_append; } in GetAppend()
43 OptionValueBoolean m_append;
DOptionValue.h188 OptionValueBoolean *GetAsBoolean();
192 const OptionValueBoolean *GetAsBoolean() const;
/external/llvm-project/lldb/source/Commands/
DCommandObjectRegister.cpp291 OptionValueBoolean dump_all_sets;
292 OptionValueBoolean alternate_name;
DCommandObjectSession.cpp129 OptionValueBoolean m_clear;
DCommandObjectCommands.cpp121 OptionValueBoolean m_stop_on_error;
122 OptionValueBoolean m_silent_run;
123 OptionValueBoolean m_stop_on_continue;
DCommandObjectBreakpoint.cpp1631 OptionValueBoolean m_use_dummy;
DCommandObjectType.cpp1781 OptionValueBoolean m_define_enabled;
DCommandObjectTarget.cpp2016 OptionValueBoolean m_prefer_mangled = {false, false};
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h136 class OptionValueBoolean; variable
358 typedef std::shared_ptr<lldb_private::OptionValueBoolean> OptionValueBooleanSP;
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp547 OptionValueBoolean m_verbose;