Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonTestSuite.cpp78 StructuredDataImpl *args_impl) { in LLDBSwigPythonBreakpointCallbackFunction() argument
261 lldb_private::StructuredDataImpl *args_impl, Status &error) { in LLDBSwigPythonCreateScriptedStopHook() argument
/external/llvm-project/lldb/bindings/python/
Dpython-wrapper.swig49 lldb_private::StructuredDataImpl *args_impl
75 lldb::SBStructuredData *args_value = new lldb::SBStructuredData(args_impl);
266 lldb_private::StructuredDataImpl *args_impl,
309 if (args_impl != nullptr) {
315 …ythonObject args_arg(PyRefType::Owned, SBTypeToSWIGWrapper(new lldb::SBStructuredData(args_impl)));
382 lldb_private::StructuredDataImpl *args_impl,
401 lldb::SBStructuredData *args_value = new lldb::SBStructuredData(args_impl);
477 lldb_private::StructuredDataImpl *args_impl,
510 lldb::SBStructuredData *args_value = new lldb::SBStructuredData(args_impl);
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp87 const lldb::BreakpointLocationSP &sb_bp_loc, StructuredDataImpl *args_impl);