Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig35 if (auto arg_info = pfunc.GetArgInfo())
163 auto argc = pfunc.GetArgInfo();
337 if (auto args_info = callback_func.GetArgInfo()) {
432 auto arg_info = pfunc.GetArgInfo();
693 auto argc = pfunc.GetArgInfo();
H A Dpython-typemaps.swig685 llvm::Expected<PythonCallable::ArgInfo> arg_info = callable.GetArgInfo();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h125 llvm::Expected<PythonCallable::ArgInfo> arg_info = init.GetArgInfo(); in CreatePluginObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h629 llvm::Expected<ArgInfo> GetArgInfo() const;
H A DPythonDataObjects.cpp837 Expected<PythonCallable::ArgInfo> PythonCallable::GetArgInfo() const { in GetArgInfo() function in PythonCallable
H A DScriptInterpreterPython.cpp786 llvm::Expected<PythonCallable::ArgInfo> arg_info = pfunc.GetArgInfo(); in GetMaxPositionalArgumentsForCallable()