Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp64 using EnableOptionsSP = std::shared_ptr<EnableOptions>; typedef
67 std::map<DebuggerWP, EnableOptionsSP, std::owner_less<DebuggerWP>>;
81 return EnableOptionsSP(); in GetGlobalEnableOptions()
90 return EnableOptionsSP(); in GetGlobalEnableOptions()
94 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions()
849 EnableOptionsSP m_options_sp;
971 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()
982 return EnableOptionsSP(); in ParseAutoEnableOptions()
986 return EnableOptionsSP(); in ParseAutoEnableOptions()
1008 return EnableOptionsSP(); in ParseAutoEnableOptions()
[all …]