Home
last modified time | relevance | path

Searched refs:args_impl (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.cpp
H A DScriptedThreadPythonInterface.cpp
H A DSWIGPythonBridge.h128 const lldb_private::StructuredDataImpl &args_impl);
197 StructuredDataImpl &args_impl,
207 PyObject *implementor, std::vector<llvm::StringRef> &args_impl,
H A DScriptedProcessPythonInterface.cpp
H A DScriptInterpreterPython.cpp2669 StructuredDataImpl args_impl(args_arr_sp); in RunScriptBasedParsedCommand() local
2673 args_impl, cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedParsedCommand()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig23 const lldb_private::StructuredDataImpl &args_impl) {
46 : pfunc.Call(frame_arg, bp_loc_arg, SWIGBridge::ToSWIGWrapper(args_impl), dict);
234 const StructuredDataImpl &args_impl,
252 pfunc(SWIGBridge::ToSWIGWrapper(breakpoint_sp), SWIGBridge::ToSWIGWrapper(args_impl), dict);
746 PyObject *implementor, lldb::DebuggerSP debugger, lldb_private::StructuredDataImpl &args_impl,
760 pfunc(SWIGBridge::ToSWIGWrapper(std::move(debugger)), SWIGBridge::ToSWIGWrapper(args_impl),