Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDPlatform.h1127 class PlatformList
1130 PlatformList() : in PlatformList() function
1137 ~PlatformList() in ~PlatformList()
1215 DISALLOW_COPY_AND_ASSIGN (PlatformList);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h178 PlatformList &
424 PlatformList m_platform_list;
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTargetList.cpp213 typedef std::vector<PlatformSP> PlatformList; in CreateTargetInternal() typedef
214 PlatformList platforms; in CreateTargetInternal()