Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbShow.cpp347 … rDbgr.GetInstanceName()).GetStringAtIndex(0); in OptionFnDisassemblyFlavor()
H A DMICmdCmdGdbSet.cpp426 rDbgr.GetInstanceName()); in OptionFnDisassemblyFlavor()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h207 const char *GetInstanceName();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp988 const char *SBDebugger::GetInstanceName() { in GetInstanceName() function in SBDebugger
989 return (m_opaque_sp ? m_opaque_sp->GetInstanceName().AsCString() : nullptr); in GetInstanceName()
1100 const char *name = m_opaque_sp->GetInstanceName().AsCString(); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h306 const ConstString &GetInstanceName() { return m_instance_name; } in GetInstanceName() function
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp205 "target.load-cwd-lldbinit", m_debugger.GetInstanceName()); in WriteCommandsForSourcing()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp273 interpreter.GetDebugger().GetInstanceName().AsCString()), in ScriptInterpreterPython()