Searched refs:GetInstanceName (Results 1 – 7 of 7) sorted by relevance
405 GetInstanceName ();
275 const char *GetInstanceName();
1300 const char *SBDebugger::GetInstanceName() { in GetInstanceName() function in SBDebugger1301 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBDebugger, GetInstanceName); in GetInstanceName()1303 return (m_opaque_sp ? m_opaque_sp->GetInstanceName().AsCString() : nullptr); in GetInstanceName()1459 const char *name = m_opaque_sp->GetInstanceName().AsCString(); in GetDescription()1843 LLDB_REGISTER_METHOD(const char *, SBDebugger, GetInstanceName, ()); in RegisterMethods()
364 ConstString GetInstanceName() { return m_instance_name; } in GetInstanceName() function
232 m_debugger.GetInstanceName()); in ProcessArgs()
530 m_dictionary_name(m_debugger.GetInstanceName().AsCString()), in ScriptInterpreterPythonImpl()
19736 result = (char *)(arg1)->GetInstanceName(); in _wrap_SBDebugger_GetInstanceName()