Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp93 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions() argument
99 find_it->second = options_sp; in SetGlobalEnableOptions()
101 options_map.insert(std::make_pair(debugger_wp, options_sp)); in SetGlobalEnableOptions()
897 auto options_sp = GetGlobalEnableOptions(debugger_sp); in DoExecute() local
898 if (!options_sp) { in DoExecute()
909 if (options_sp->GetFilterRules().empty()) { in DoExecute()
915 for (auto rule_sp : options_sp->GetFilterRules()) { in DoExecute()
931 options_sp->GetFallthroughAccepts() ? "accept" : "reject"); in DoExecute()
981 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions() local
982 options_sp->NotifyOptionParsingStarting(&exe_ctx); in ParseAutoEnableOptions()
[all …]
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonTestSuite.cpp97 const lldb::TypeSummaryOptionsSP &options_sp, std::string &retval) { in LLDBSwigPythonCallTypeScript() argument
/external/llvm-project/lldb/bindings/python/
Dpython-wrapper.swig130 const lldb::TypeSummaryOptionsSP& options_sp,
135 lldb::SBTypeSummaryOptions sb_options(options_sp.get());
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp102 const lldb::TypeSummaryOptionsSP &options_sp, std::string &retval);
2246 TypeSummaryOptionsSP options_sp(new TypeSummaryOptions(options)); in GetScriptedSummary() local
2252 &new_callee, options_sp, retval); in GetScriptedSummary()