Home
last modified time | relevance | path

Searched refs:m_platform_list (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h181 PlatformList &GetPlatformList() { return m_platform_list; } in GetPlatformList()
405 PlatformList m_platform_list; variable
/external/llvm-project/lldb/source/Core/
DDebugger.cpp666 m_terminal_state(), m_target_list(*this), m_platform_list(), in Debugger()
683 m_platform_list.Append(default_platform_sp, true); in Debugger()