Home
last modified time | relevance | path

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

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