Searched defs:GetSupportedArchitectureAtIndex (Results 1 - 7 of 7) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp177 PlatformMacOSX::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) function in class:PlatformMacOSX
H A DPlatformiOSSimulator.cpp214 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx)
406 PlatformiOSSimulator::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) function in class:PlatformiOSSimulator
H A DPlatformRemoteiOS.cpp251 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, platform_arch); ++idx)
786 PlatformRemoteiOS::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) function in class:PlatformRemoteiOS
H A DPlatformDarwinKernel.cpp650 PlatformDarwinKernel::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) function in class:PlatformDarwinKernel
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp250 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx)
336 PlatformLinux::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) function in class:PlatformLinux
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp244 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, platform_arch); ++idx)
612 PlatformFreeBSD::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) function in class:PlatformFreeBSD
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp144 PlatformRemoteGDBServer::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) function in class:PlatformRemoteGDBServer

Completed in 62 milliseconds