Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupFormat.cpp151 m_format.SetOptionWasSet(); in SetOptionValue()
154 m_byte_size.SetOptionWasSet(); in SetOptionValue()
158 m_count.SetOptionWasSet(); in SetOptionValue()
DOptionGroupUUID.cpp39 m_uuid.SetOptionWasSet(); in SetOptionValue()
DOptionGroupBoolean.cpp46 m_value.SetOptionWasSet(); in SetOptionValue()
/external/llvm-project/lldb/source/Commands/
DCommandObjectSession.cpp93 m_start_idx.SetOptionWasSet(); in SetOptionValue()
104 m_clear.SetOptionWasSet(); in SetOptionValue()
DCommandObjectRegister.cpp272 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
280 dump_all_sets.SetOptionWasSet(); in SetOptionValue()
DCommandObjectCommands.cpp209 m_help.SetOptionWasSet(); in SetOptionValue()
214 m_long_help.SetOptionWasSet(); in SetOptionValue()
DCommandObjectType.cpp1008 m_category_regex.SetOptionWasSet(); in SetOptionValue()
1013 m_category_language.SetOptionWasSet(); in SetOptionValue()
DCommandObjectTarget.cpp1991 m_prefer_mangled.SetOptionWasSet(); in SetOptionValue()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h303 void SetOptionWasSet() { m_value_was_set = true; } in SetOptionWasSet() function
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp527 m_verbose.SetOptionWasSet(); in SetOptionValue()