Searched refs:args_impl (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedPlatformPythonInterface.cpp | 38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject() local 49 exe_ctx_ref_sp, args_impl, error_string); in CreatePluginObject()
|
| H A D | ScriptedThreadPythonInterface.cpp | 38 StructuredDataImpl args_impl(args_sp); in CreatePluginObject() local 51 exe_ctx_ref_sp, args_impl, error_string); in CreatePluginObject()
|
| H A D | ScriptedProcessPythonInterface.cpp | 40 StructuredDataImpl args_impl(args_sp); in CreatePluginObject() local 51 exe_ctx_ref_sp, args_impl, error_string); in CreatePluginObject()
|
| H A D | SWIGPythonBridge.h | 102 const lldb_private::StructuredDataImpl &args_impl, 109 const lldb_private::StructuredDataImpl &args_impl);
|
| /openbsd-src/gnu/llvm/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 23 const lldb_private::StructuredDataImpl &args_impl) { 46 : pfunc.Call(frame_arg, bp_loc_arg, ToSWIGWrapper(args_impl), dict); 235 const lldb_private::StructuredDataImpl &args_impl, 267 result = pfunc(ToSWIGWrapper(exe_ctx_sp), ToSWIGWrapper(args_impl)); 277 const lldb_private::StructuredDataImpl &args_impl, 310 auto args_sb = std::make_unique<lldb::SBStructuredData>(args_impl); 372 const StructuredDataImpl &args_impl, 390 pfunc(ToSWIGWrapper(breakpoint_sp), ToSWIGWrapper(args_impl), dict); 444 const char *session_dictionary_name, const StructuredDataImpl &args_impl, 469 pfunc(ToSWIGWrapper(target_sp), ToSWIGWrapper(args_impl), dict);
|