Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp64 using EnableOptionsSP = std::shared_ptr<EnableOptions>; typedef
67 std::map<DebuggerWP, EnableOptionsSP, std::owner_less<DebuggerWP>>;
79 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions()
81 return EnableOptionsSP(); in GetGlobalEnableOptions()
90 return EnableOptionsSP(); in GetGlobalEnableOptions()
94 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions()
849 EnableOptionsSP m_options_sp;
961 EnableOptionsSP ParseAutoEnableOptions(Status &error, Debugger &debugger) { in ParseAutoEnableOptions()
971 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()
982 return EnableOptionsSP(); in ParseAutoEnableOptions()
[all …]