Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp62 class EnableOptions;
63 using EnableOptionsSP = std::shared_ptr<EnableOptions>;
473 class EnableOptions : public Options { class
475 EnableOptions() in EnableOptions() function in sddarwinlog_private::EnableOptions
746 m_options_sp(enable ? new EnableOptions() : nullptr) {} in EnableCommand()
975 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()