Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h81 return GetPythonClassName(); in GetName()
84 const char *GetPythonClassName() { return m_python_class.c_str(); } in GetPythonClassName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeSynthetic.cpp66 return m_opaque_sp->GetPythonClassName(); in GetData()
156 m_opaque_sp->GetOptions(), m_opaque_sp->GetPythonClassName(), in CopyOnWrite_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h395 const char *GetPythonClassName() { return m_python_class.c_str(); } in GetPythonClassName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp2399 !interpreter->CheckObjectExists(impl->GetPythonClassName())) in Execute_PythonClass()