Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSession.cpp90 m_start_idx.SetOptionWasSet(); in SetOptionValue()
101 m_clear.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectRegister.cpp274 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
282 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectCommands.cpp227 m_help.SetOptionWasSet(); in SetOptionValue()
232 m_long_help.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectType.cpp1011 m_category_regex.SetOptionWasSet(); in SetOptionValue()
1016 m_category_language.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectTarget.cpp2039 m_prefer_mangled.SetOptionWasSet(); in SetOptionValue()
2577 m_json.SetOptionWasSet(); in SetOptionValue()
2581 m_errors_only.SetOptionWasSet(); in SetOptionValue()
H A DCommandObjectMemory.cpp1660 m_all.SetOptionWasSet(); in SetOptionValue()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h255 void SetOptionWasSet() { m_value_was_set = true; } in SetOptionWasSet() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp868 m_verbose.SetOptionWasSet(); in SetOptionValue()