Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DOptionGroupMemoryTag.cpp47 m_show_tags.SetOptionWasSet(); in SetOptionValue()
H A DOptionGroupUUID.cpp35 m_uuid.SetOptionWasSet(); in SetOptionValue()
H A DOptionGroupBoolean.cpp44 m_value.SetOptionWasSet(); in SetOptionValue()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSession.cpp92 m_start_idx.SetOptionWasSet(); in SetOptionValue()
103 m_clear.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectRegister.cpp267 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
275 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectCommands.cpp228 m_help.SetOptionWasSet(); in SetOptionValue()
233 m_long_help.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectType.cpp1003 m_category_regex.SetOptionWasSet(); in SetOptionValue()
1008 m_category_language.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectMemory.cpp1678 m_all.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectTarget.cpp1937 m_prefer_mangled.SetOptionWasSet(); in SetOptionValue()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h305 void SetOptionWasSet() { m_value_was_set = true; } in SetOptionWasSet() function
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp854 m_verbose.SetOptionWasSet(); in SetOptionValue()