Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp63 class EnableOptions;
64 using EnableOptionsSP = std::shared_ptr<EnableOptions>;
469 class EnableOptions : public Options { class
471 EnableOptions() in EnableOptions() function in sddarwinlog_private::EnableOptions
742 m_options_sp(enable ? new EnableOptions() : nullptr) {} in EnableCommand()
971 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DLogTest.cpp218 TEST_F(LogChannelTest, EnableOptions) { in TEST_F() argument