Home
last modified time | relevance | path

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

/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
747 m_options_sp(enable ? new EnableOptions() : nullptr) {} in AppendStrictSourcesWarning()
975 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()
/llvm-project/lldb/unittests/Utility/
H A DLogTest.cpp237 TEST_F(LogChannelTest, EnableOptions) { in TEST_F() argument