Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h86 return GetPythonClassName(); in GetName()
89 const char *GetPythonClassName() { return m_python_class.c_str(); } in GetPythonClassName() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeSynthetic.cpp90 return m_opaque_sp->GetPythonClassName(); in GetData()
205 m_opaque_sp->GetOptions(), m_opaque_sp->GetPythonClassName(), in CopyOnWrite_Impl()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h401 const char *GetPythonClassName() { return m_python_class.c_str(); } in GetPythonClassName() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2312 !interpreter->CheckObjectExists(impl->GetPythonClassName())) in Execute_PythonClass()