Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp96 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions() argument
889 auto options_sp = GetGlobalEnableOptions(debugger_sp); DoExecute() local
972 EnableOptionsSP options_sp(new EnableOptions()); ParseAutoEnableOptions() local
1100 auto options_sp = GetGlobalEnableOptions(debugger_sp); HandleArrivalOfStructuredData() local
1414 auto options_sp = GetGlobalEnableOptions(debugger_sp); FilterLaunchInfo() local
1661 auto options_sp = GetGlobalEnableOptions(debugger_sp); DumpHeader() local
1793 auto options_sp = GetGlobalEnableOptions(debugger_sp); EnableNow() local
[all...]
/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp65 const lldb::TypeSummaryOptionsSP &options_sp, std::string &retval) { in LLDBSwigPythonCallTypeScript() argument
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1874 TypeSummaryOptionsSP options_sp(new TypeSummaryOptions(options)); GetScriptedSummary() local