Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp67 using EnableOptionsSP = std::shared_ptr<EnableOptions>; typedef
70 std::map<DebuggerWP, EnableOptionsSP, std::owner_less<DebuggerWP>>;
84 return EnableOptionsSP(); in GetGlobalEnableOptions()
93 return EnableOptionsSP(); in GetGlobalEnableOptions()
97 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions()
892 EnableOptionsSP m_options_sp;
1018 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()
1029 return EnableOptionsSP(); in ParseAutoEnableOptions()
1033 return EnableOptionsSP(); in ParseAutoEnableOptions()
1055 return EnableOptionsSP(); in ParseAutoEnableOptions()
[all …]