Home
last modified time | relevance | path

Searched refs:PlatformList (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h1047 class PlatformList {
1049 PlatformList() : m_mutex(), m_platforms(), m_selected_platform_sp() {} in PlatformList() function
1051 ~PlatformList() = default;
1113 DISALLOW_COPY_AND_ASSIGN(PlatformList);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h177 PlatformList &GetPlatformList() { return m_platform_list; } in GetPlatformList()
383 PlatformList m_platform_list;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp180 typedef std::vector<PlatformSP> PlatformList; in CreateTargetInternal() typedef
181 PlatformList platforms; in CreateTargetInternal()