Home
last modified time | relevance | path

Searched defs:GetPlatformList (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() function
/external/llvm-project/lldb/source/Target/
DPlatform.cpp137 static std::vector<PlatformSP> &GetPlatformList() { in GetPlatformList() function