Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp66 using EnableOptionsSP = std::shared_ptr<EnableOptions>; typedef
69 std::map<DebuggerWP, EnableOptionsSP, std::owner_less<DebuggerWP>>;
83 return EnableOptionsSP(); in GetGlobalEnableOptions()
92 return EnableOptionsSP(); in GetGlobalEnableOptions()
96 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions()
850 EnableOptionsSP m_options_sp;
972 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()
984 return EnableOptionsSP(); in ParseAutoEnableOptions()
988 return EnableOptionsSP(); in ParseAutoEnableOptions()
1010 return EnableOptionsSP(); in ParseAutoEnableOptions()
[all …]