Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2712 m_option_group.Append(&m_uuid_option_group, LLDB_OPT_SET_ALL, in CommandObjectTargetModulesAdd()
2725 OptionGroupUUID m_uuid_option_group; member in CommandObjectTargetModulesAdd
2734 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2738 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute()
2795 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) in DoExecute()
2797 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute()
2864 m_option_group.Append(&m_uuid_option_group, LLDB_OPT_SET_ALL, in CommandObjectTargetModulesLoad()
2890 !m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2921 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2924 m_uuid_option_group.GetOptionValue().GetCurrentValue(); in DoExecute()
[all …]