/external/llvm-project/lldb/unittests/Target/ |
D | RemoteAwarePlatformTest.cpp | 30 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/ |
D | PlatformOpenBSD.cpp | 126 bool PlatformOpenBSD::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformOpenBSD 138 return m_remote_platform_sp->GetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
|
D | PlatformOpenBSD.h | 43 bool GetSupportedArchitectureAtIndex(uint32_t idx, ArchSpec &arch) override;
|
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
D | PlatformNetBSD.cpp | 120 bool PlatformNetBSD::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformNetBSD 139 return m_remote_platform_sp->GetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
|
D | PlatformNetBSD.h | 43 bool GetSupportedArchitectureAtIndex(uint32_t idx, ArchSpec &arch) override;
|
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.cpp | 131 bool PlatformFreeBSD::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformFreeBSD 150 return m_remote_platform_sp->GetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
|
D | PlatformFreeBSD.h | 43 bool GetSupportedArchitectureAtIndex(uint32_t idx, ArchSpec &arch) override;
|
/external/llvm-project/lldb/source/Plugins/Platform/Linux/ |
D | PlatformLinux.cpp | 127 bool PlatformLinux::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformLinux 146 return m_remote_platform_sp->GetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
|
D | PlatformLinux.h | 43 bool GetSupportedArchitectureAtIndex(uint32_t idx, ArchSpec &arch) override;
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformRemoteAppleTV.h | 47 bool GetSupportedArchitectureAtIndex(uint32_t idx,
|
D | PlatformRemoteAppleBridge.h | 47 bool GetSupportedArchitectureAtIndex(uint32_t idx,
|
D | PlatformRemoteAppleWatch.h | 50 bool GetSupportedArchitectureAtIndex(uint32_t idx,
|
D | PlatformRemoteiOS.h | 46 bool GetSupportedArchitectureAtIndex(uint32_t idx,
|
D | PlatformRemoteMacOSX.h | 49 bool GetSupportedArchitectureAtIndex(uint32_t idx,
|
D | PlatformMacOSX.h | 52 bool GetSupportedArchitectureAtIndex(uint32_t idx,
|
D | PlatformRemoteAppleBridge.cpp | 145 bool PlatformRemoteAppleBridge::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformRemoteAppleBridge
|
D | PlatformRemoteiOS.cpp | 141 bool PlatformRemoteiOS::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformRemoteiOS
|
D | PlatformRemoteAppleTV.cpp | 140 bool PlatformRemoteAppleTV::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformRemoteAppleTV
|
D | PlatformRemoteAppleWatch.cpp | 151 bool PlatformRemoteAppleWatch::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformRemoteAppleWatch
|
D | PlatformRemoteMacOSX.cpp | 127 bool PlatformRemoteMacOSX::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformRemoteMacOSX
|
D | PlatformAppleSimulator.h | 67 bool GetSupportedArchitectureAtIndex(uint32_t idx,
|
D | PlatformMacOSX.cpp | 141 bool PlatformMacOSX::GetSupportedArchitectureAtIndex(uint32_t idx, in GetSupportedArchitectureAtIndex() function in PlatformMacOSX
|
D | PlatformDarwinKernel.h | 63 bool GetSupportedArchitectureAtIndex(uint32_t idx,
|
/external/llvm-project/lldb/unittests/Platform/ |
D | PlatformAppleSimulatorTest.cpp | 35 if (!platform_sp->GetSupportedArchitectureAtIndex(num_arches, arch)) in testSimPlatformArchHasSimEnvironment()
|
/external/llvm-project/lldb/source/Plugins/Platform/Windows/ |
D | PlatformWindows.h | 55 bool GetSupportedArchitectureAtIndex(uint32_t idx,
|