Searched refs:GetAttribute (Results 1 – 5 of 5) sorted by relevance
812 cantFail(As<long long>(pyarginfo.get().GetAttribute("count"))); in GetArgInfo()814 cantFail(As<bool>(pyarginfo.get().GetAttribute("has_varargs"))); in GetArgInfo()823 auto init = GetAttribute("__init__"); in GetArgInfo()1051 auto closed = As<bool>(m_py_obj.GetAttribute("closed")); in IsPythonSideValid()
324 llvm::Expected<PythonObject> GetAttribute(const llvm::Twine &name) const {
993 As<PythonDictionary>(globals.GetAttribute(m_dictionary_name))); in ExecuteOneLineWithReturn()1117 As<PythonDictionary>(globals.GetAttribute(m_dictionary_name))); in ExecuteMultipleLines()
117 GetAttribute, enumerator898 writer.append(OpCode::GetAttribute, op.getAttribute(), op.getInputOp(), in generate()2083 case GetAttribute: in execute()
743 auto hex = As<PythonCallable>(builtins.GetAttribute("hex")); in TEST_F()