Home
last modified time | relevance | path

Searched refs:GetInstanceName (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i429 GetInstanceName ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h305 const char *GetInstanceName();
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h358 ConstString GetInstanceName() { return m_instance_name; } in GetInstanceName() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1315 const char *SBDebugger::GetInstanceName() { in GetInstanceName() function in SBDebugger
1318 return (m_opaque_sp ? m_opaque_sp->GetInstanceName().AsCString() : nullptr); in GetInstanceName()
1479 const char *name = m_opaque_sp->GetInstanceName().AsCString(); in GetDescription()
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp237 m_debugger.GetInstanceName()); in ProcessArgs()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp411 m_dictionary_name(m_debugger.GetInstanceName().AsCString()), in ScriptInterpreterPythonImpl()