Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp812 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()
H A DPythonDataObjects.h324 llvm::Expected<PythonObject> GetAttribute(const llvm::Twine &name) const {
H A DScriptInterpreterPython.cpp993 As<PythonDictionary>(globals.GetAttribute(m_dictionary_name))); in ExecuteOneLineWithReturn()
1117 As<PythonDictionary>(globals.GetAttribute(m_dictionary_name))); in ExecuteMultipleLines()
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp117 GetAttribute, enumerator
898 writer.append(OpCode::GetAttribute, op.getAttribute(), op.getInputOp(), in generate()
2083 case GetAttribute: in execute()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp743 auto hex = As<PythonCallable>(builtins.GetAttribute("hex")); in TEST_F()