Home
last modified time | relevance | path

Searched defs:options_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp972 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions() local
94 SetGlobalEnableOptions(const DebuggerSP & debugger_sp,const EnableOptionsSP & options_sp) SetGlobalEnableOptions() argument
888 auto options_sp = GetGlobalEnableOptions(debugger_sp); DoExecute() local
1100 auto options_sp = GetGlobalEnableOptions(debugger_sp); HandleArrivalOfStructuredData() local
1418 auto options_sp = GetGlobalEnableOptions(debugger_sp); FilterLaunchInfo() local
1665 auto options_sp = GetGlobalEnableOptions(debugger_sp); DumpHeader() local
1797 auto options_sp = GetGlobalEnableOptions(debugger_sp); EnableNow() local
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1874 TypeSummaryOptionsSP options_sp(new TypeSummaryOptions(options)); in GetScriptedSummary() local