Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py48 obj.GetInstanceName()
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i405 GetInstanceName ();
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h237 const char *GetInstanceName();
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1256 const char *SBDebugger::GetInstanceName() { in GetInstanceName() function in SBDebugger
1257 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBDebugger, GetInstanceName); in GetInstanceName()
1259 return (m_opaque_sp ? m_opaque_sp->GetInstanceName().AsCString() : nullptr); in GetInstanceName()
1416 const char *name = m_opaque_sp->GetInstanceName().AsCString(); in GetDescription()
1794 LLDB_REGISTER_METHOD(const char *, SBDebugger, GetInstanceName, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h318 ConstString GetInstanceName() { return m_instance_name; } in GetInstanceName() function
/external/llvm-project/lldb/tools/driver/
DDriver.cpp231 m_debugger.GetInstanceName()); in ProcessArgs()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp503 m_dictionary_name(m_debugger.GetInstanceName().AsCString()), in ScriptInterpreterPythonImpl()