Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp33 StructuredDataImpl *args_impl = nullptr; in CreatePluginObject() local
35 args_impl = new StructuredDataImpl(); in CreatePluginObject()
36 args_impl->SetObjectSP(args_sp); in CreatePluginObject()
48 args_impl, error_string); in CreatePluginObject()
H A DSWIGPythonBridge.h46 const lldb::TargetSP &target_sp, StructuredDataImpl *args_impl,
H A DScriptInterpreterPython.cpp91 const lldb::BreakpointLocationSP &sb_bp_loc, StructuredDataImpl *args_impl);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig60 lldb_private::StructuredDataImpl *args_impl
86 lldb::SBStructuredData *args_value = new lldb::SBStructuredData(args_impl);
284 lldb_private::StructuredDataImpl *args_impl,
326 if (args_impl != nullptr) {
332 …ythonObject args_arg(PyRefType::Owned, SBTypeToSWIGWrapper(new lldb::SBStructuredData(args_impl)));
349 lldb_private::StructuredDataImpl *args_impl,
392 if (args_impl != nullptr) {
465 lldb_private::StructuredDataImpl *args_impl,
484 lldb::SBStructuredData *args_value = new lldb::SBStructuredData(args_impl);
560 lldb_private::StructuredDataImpl *args_impl,
[all …]