Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp96 const EnableOptionsSP &options_sp) { in SetGlobalEnableOptions() argument
102 find_it->second = options_sp; in SetGlobalEnableOptions()
104 options_map.insert(std::make_pair(debugger_wp, options_sp)); in SetGlobalEnableOptions()
892 auto options_sp = GetGlobalEnableOptions(debugger_sp); in DoExecute() local
893 if (!options_sp) { in DoExecute()
904 if (options_sp->GetFilterRules().empty()) { in DoExecute()
910 for (auto rule_sp : options_sp->GetFilterRules()) { in DoExecute()
926 options_sp->GetFallthroughAccepts() ? "accept" : "reject"); in DoExecute()
975 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions() local
976 options_sp->NotifyOptionParsingStarting(&exe_ctx); in ParseAutoEnableOptions()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h142 const lldb::TypeSummaryOptionsSP &options_sp, std::string &retval);
H A DScriptInterpreterPython.cpp1841 TypeSummaryOptionsSP options_sp(new TypeSummaryOptions(options)); in GetScriptedSummary() local
1847 &new_callee, options_sp, retval); in GetScriptedSummary()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig122 const lldb::TypeSummaryOptionsSP &options_sp, std::string &retval) {
174 result = pfunc(value_arg, dict, SWIGBridge::ToSWIGWrapper(*options_sp));