Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp66 class EnableOptions;
67 using EnableOptionsSP = std::shared_ptr<EnableOptions>;
501 class EnableOptions : public Options { class
503 EnableOptions() in EnableOptions() function in sddarwinlog_private::EnableOptions
778 m_options_sp(enable ? new EnableOptions() : nullptr) {} in EnableCommand()
1018 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()