Searched refs:GetInstanceName (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i405 GetInstanceName ();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h233 const char *GetInstanceName();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h306 ConstString GetInstanceName() { return m_instance_name; } function in class:lldb_private::Debugger
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1236 const char *SBDebugger::GetInstanceName() { function in class:SBDebugger
1237 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBDebugger, GetInstanceName);
1239 return (m_opaque_sp ? m_opaque_sp->GetInstanceName().AsCString() : nullptr);
1384 const char *name = m_opaque_sp->GetInstanceName().AsCString();
1770 LLDB_REGISTER_METHOD(const char *, SBDebugger, GetInstanceName, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp472 m_dictionary_name(m_debugger.GetInstanceName().AsCString()),
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp227 m_debugger.GetInstanceName());

Completed in 206 milliseconds