Home
last modified time | relevance | path

Searched refs:SetOptionWasSet (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp167 m_format.SetOptionWasSet(); in SetOptionValue()
170 m_byte_size.SetOptionWasSet(); in SetOptionValue()
174 m_count.SetOptionWasSet(); in SetOptionValue()
H A DOptionGroupUUID.cpp35 m_uuid.SetOptionWasSet(); in SetOptionValue()
H A DOptionGroupMemoryTag.cpp47 m_show_tags.SetOptionWasSet(); in SetOptionValue()
H A DOptionGroupBoolean.cpp44 m_value.SetOptionWasSet(); in SetOptionValue()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSession.cpp92 m_start_idx.SetOptionWasSet(); in SetOptionValue()
103 m_clear.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectRegister.cpp268 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
276 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectCommands.cpp229 m_help.SetOptionWasSet(); in SetOptionValue()
234 m_long_help.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectType.cpp982 m_category_regex.SetOptionWasSet(); in SetOptionValue()
987 m_category_language.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectMemory.cpp1679 m_all.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectTarget.cpp1952 m_prefer_mangled.SetOptionWasSet(); in SetOptionValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h316 void SetOptionWasSet() { m_value_was_set = true; } in SetOptionWasSet() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp854 m_verbose.SetOptionWasSet(); in SetOptionValue()