Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp93 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions()
897 auto options_sp = GetGlobalEnableOptions(debugger_sp); in DoExecute() local
981 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions() local
1126 auto options_sp = GetGlobalEnableOptions(debugger_sp); in HandleArrivalOfStructuredData() local
1447 auto options_sp = GetGlobalEnableOptions(debugger_sp); in FilterLaunchInfo() local
1697 auto options_sp = GetGlobalEnableOptions(debugger_sp); in DumpHeader() local
1829 auto options_sp = GetGlobalEnableOptions(debugger_sp); in EnableNow() local
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonTestSuite.cpp97 const lldb::TypeSummaryOptionsSP &options_sp, std::string &retval) { in LLDBSwigPythonCallTypeScript()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2246 TypeSummaryOptionsSP options_sp(new TypeSummaryOptions(options)); in GetScriptedSummary() local