Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i405 GetInstanceName ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h275 const char *GetInstanceName();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1300 const char *SBDebugger::GetInstanceName() { in GetInstanceName() function in SBDebugger
1301 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h364 ConstString GetInstanceName() { return m_instance_name; } in GetInstanceName() function
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp232 m_debugger.GetInstanceName()); in ProcessArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp530 m_dictionary_name(m_debugger.GetInstanceName().AsCString()), in ScriptInterpreterPythonImpl()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19736 result = (char *)(arg1)->GetInstanceName(); in _wrap_SBDebugger_GetInstanceName()