Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h201 OptionValueBoolean *GetAsBoolean();
205 const OptionValueBoolean *GetAsBoolean() const;
/openbsd-src/gnu/llvm/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.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()
H A DProperty.cpp56 std::make_shared<OptionValueBoolean>(OptionArgParser::ToBoolean( in Property()
59 m_value_sp = std::make_shared<OptionValueBoolean>( in Property()
H A DCMakeLists.txt33 OptionValueBoolean.cpp
/openbsd-src/gnu/usr.bin/clang/liblldbInterpreter/
H A DMakefile32 OptionValueBoolean.cpp \
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectRegister.cpp287 OptionValueBoolean dump_all_sets;
288 OptionValueBoolean alternate_name;
H A DCommandObjectSession.cpp128 OptionValueBoolean m_clear;
H A DCommandObjectCommands.cpp127 OptionValueBoolean m_stop_on_error;
128 OptionValueBoolean m_silent_run;
129 OptionValueBoolean m_stop_on_continue;
130 OptionValueBoolean m_cmd_relative_to_command_file;
H A DCommandObjectMemory.cpp1692 OptionValueBoolean m_all;
H A DCommandObjectBreakpoint.cpp1614 OptionValueBoolean m_use_dummy;
H A DCommandObjectType.cpp1708 OptionValueBoolean m_define_enabled;
H A DCommandObjectTarget.cpp1977 OptionValueBoolean m_prefer_mangled = {false, false};
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn56 "OptionValueBoolean.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h142 class OptionValueBoolean; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp874 OptionValueBoolean m_verbose;
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3769 lldb/include/lldb/Interpreter/OptionValueBoolean.h
4091 lldb/source/Interpreter/OptionValueBoolean.cpp