Home
last modified time | relevance | path

Searched refs:GetSupportedArchitectureAtIndex (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/lldb/unittests/Target/
DRemoteAwarePlatformTest.cpp30 MOCK_METHOD2(GetSupportedArchitectureAtIndex, bool(uint32_t, ArchSpec &));
47 MOCK_METHOD2(GetSupportedArchitectureAtIndex, bool(uint32_t, ArchSpec &));
83 EXPECT_CALL(platform, GetSupportedArchitectureAtIndex(_, _)) in TEST_F()
/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp126 bool PlatformOpenBSD::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformOpenBSD
138 return m_remote_platform_sp->GetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
DPlatformOpenBSD.h43 bool GetSupportedArchitectureAtIndex(uint32_t idx, ArchSpec &arch) override;
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp120 bool PlatformNetBSD::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformNetBSD
139 return m_remote_platform_sp->GetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
DPlatformNetBSD.h43 bool GetSupportedArchitectureAtIndex(uint32_t idx, ArchSpec &arch) override;
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp131 bool PlatformFreeBSD::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformFreeBSD
150 return m_remote_platform_sp->GetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
DPlatformFreeBSD.h43 bool GetSupportedArchitectureAtIndex(uint32_t idx, ArchSpec &arch) override;
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp127 bool PlatformLinux::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformLinux
146 return m_remote_platform_sp->GetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
DPlatformLinux.h43 bool GetSupportedArchitectureAtIndex(uint32_t idx, ArchSpec &arch) override;
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteAppleTV.h47 bool GetSupportedArchitectureAtIndex(uint32_t idx,
DPlatformRemoteAppleBridge.h47 bool GetSupportedArchitectureAtIndex(uint32_t idx,
DPlatformRemoteAppleWatch.h50 bool GetSupportedArchitectureAtIndex(uint32_t idx,
DPlatformRemoteiOS.h46 bool GetSupportedArchitectureAtIndex(uint32_t idx,
DPlatformRemoteMacOSX.h49 bool GetSupportedArchitectureAtIndex(uint32_t idx,
DPlatformMacOSX.h52 bool GetSupportedArchitectureAtIndex(uint32_t idx,
DPlatformRemoteAppleBridge.cpp145 bool PlatformRemoteAppleBridge::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformRemoteAppleBridge
DPlatformRemoteiOS.cpp141 bool PlatformRemoteiOS::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformRemoteiOS
DPlatformRemoteAppleTV.cpp140 bool PlatformRemoteAppleTV::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformRemoteAppleTV
DPlatformRemoteAppleWatch.cpp151 bool PlatformRemoteAppleWatch::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformRemoteAppleWatch
DPlatformRemoteMacOSX.cpp127 bool PlatformRemoteMacOSX::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformRemoteMacOSX
DPlatformAppleSimulator.h67 bool GetSupportedArchitectureAtIndex(uint32_t idx,
DPlatformMacOSX.cpp141 bool PlatformMacOSX::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformMacOSX
DPlatformDarwinKernel.h63 bool GetSupportedArchitectureAtIndex(uint32_t idx,
/external/llvm-project/lldb/unittests/Platform/
DPlatformAppleSimulatorTest.cpp35 if (!platform_sp->GetSupportedArchitectureAtIndex(num_arches, arch)) in testSimPlatformArchHasSimEnvironment()
/external/llvm-project/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.h55 bool GetSupportedArchitectureAtIndex(uint32_t idx,

12