Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp887 Expected<PythonObject> pyarginfo = get_arg_info(*this); in GetArgInfo() local
888 if (!pyarginfo) in GetArgInfo()
889 return pyarginfo.takeError(); in GetArgInfo()
891 cantFail(As<long long>(pyarginfo.get().GetAttribute("count"))); in GetArgInfo()
893 cantFail(As<bool>(pyarginfo.get().GetAttribute("has_varargs"))); in GetArgInfo()