Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DResource.cpp73 resource.name = debugger.GetInstanceName(); in GetDebuggerResource()
76 debugger.GetInstanceName()); in GetDebuggerResource()
170 debugger_resource.name = debugger_sp->GetInstanceName(); in ReadDebuggerResource()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DTelemetry.cpp193 virtual llvm::StringRef GetInstanceName() const override { in GetInstanceName() function in lldb_private::telemetry::NoOpTelemetryManager
H A DDebugger.cpp924 if (llvm::StringRef(debugger_sp->GetInstanceName()) == instance_name) in FindDebuggerWithInstanceName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DTelemetry.h250 virtual llvm::StringRef GetInstanceName() const = 0;
H A DDebugger.h370 const std::string &GetInstanceName() const { return m_instance_name; } in GetInstanceName() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h493 const char *GetInstanceName();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1301 const char *SBDebugger::GetInstanceName() { in GetInstanceName() function in SBDebugger
1307 return ConstString(m_opaque_sp->GetInstanceName()).AsCString(); in GetInstanceName()
1487 const char *name = m_opaque_sp->GetInstanceName().c_str(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp239 m_debugger.GetInstanceName()); in ProcessArgs()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp413 m_dictionary_name(m_debugger.GetInstanceName()), in ScriptInterpreterPythonImpl()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23239 result = (char *)(arg1)->GetInstanceName(); in _wrap_SBDebugger_GetInstanceName()