Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h365 const char *GetInstanceName();
/src/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1329 const char *SBDebugger::GetInstanceName() { in GetInstanceName() function in SBDebugger
1335 return ConstString(m_opaque_sp->GetInstanceName()).AsCString(); in GetInstanceName()
1496 const char *name = m_opaque_sp->GetInstanceName().c_str(); in GetDescription()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h365 const std::string &GetInstanceName() { return m_instance_name; } in GetInstanceName() function
/src/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp232 m_debugger.GetInstanceName()); in ProcessArgs()
/src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp805 if (llvm::StringRef(debugger_sp->GetInstanceName()) == instance_name) in FindDebuggerWithInstanceName()
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp432 m_dictionary_name(m_debugger.GetInstanceName()), in ScriptInterpreterPythonImpl()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22926 result = (char *)(arg1)->GetInstanceName(); in _wrap_SBDebugger_GetInstanceName()