Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp63 using EnableOptionsSP = std::shared_ptr<EnableOptions>; typedef
66 std::map<DebuggerWP, EnableOptionsSP, std::owner_less<DebuggerWP>>;
80 return EnableOptionsSP(); in GetGlobalEnableOptions()
89 return EnableOptionsSP(); in GetGlobalEnableOptions()
93 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions()
853 EnableOptionsSP m_options_sp;
975 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()
986 return EnableOptionsSP(); in ParseAutoEnableOptions()
990 return EnableOptionsSP(); in ParseAutoEnableOptions()
1012 return EnableOptionsSP(); in ParseAutoEnableOptions()
[all …]