Searched refs:GetSupportedArchitectureAtIndex (Results 1 - 17 of 17) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.h76 GetSupportedArchitectureAtIndex (uint32_t idx,
H A DPlatformiOSSimulator.h99 GetSupportedArchitectureAtIndex (uint32_t idx,
H A DPlatformMacOSX.cpp177 PlatformMacOSX::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) function in class:PlatformMacOSX
H A DPlatformDarwinKernel.h94 GetSupportedArchitectureAtIndex (uint32_t idx,
H A DPlatformRemoteiOS.h105 GetSupportedArchitectureAtIndex (uint32_t idx,
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
H A DPlatformDarwin.cpp210 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx)
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h83 GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch);
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.h150 GetSupportedArchitectureAtIndex (uint32_t idx, lldb_private::ArchSpec &arch);
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.h99 GetSupportedArchitectureAtIndex (uint32_t idx, lldb_private::ArchSpec &arch);
H A DPlatformRemoteGDBServer.cpp144 PlatformRemoteGDBServer::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) function in class:PlatformRemoteGDBServer
/external/lldb/source/Target/
H A DPlatform.cpp499 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx)
737 for (uint32_t arch_idx=0; GetSupportedArchitectureAtIndex (arch_idx, platform_arch); ++arch_idx)
749 for (uint32_t arch_idx=0; GetSupportedArchitectureAtIndex (arch_idx, platform_arch); ++arch_idx)
/external/lldb/include/lldb/Target/
H A DPlatform.h350 GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) = 0;

Completed in 95 milliseconds