Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.h76 GetSupportedArchitectureAtIndex (uint32_t idx,
DPlatformiOSSimulator.cpp214 …for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx) in ResolveExecutable()
406 PlatformiOSSimulator::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) in GetSupportedArchitectureAtIndex() function in PlatformiOSSimulator
DPlatformiOSSimulator.h99 GetSupportedArchitectureAtIndex (uint32_t idx,
DPlatformMacOSX.cpp177 PlatformMacOSX::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) in GetSupportedArchitectureAtIndex() function in PlatformMacOSX
DPlatformRemoteiOS.h105 GetSupportedArchitectureAtIndex (uint32_t idx,
DPlatformDarwinKernel.h94 GetSupportedArchitectureAtIndex (uint32_t idx,
DPlatformRemoteiOS.cpp251 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, platform_arch); ++idx) in ResolveExecutable()
786 PlatformRemoteiOS::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) in GetSupportedArchitectureAtIndex() function in PlatformRemoteiOS
DPlatformDarwinKernel.cpp650 PlatformDarwinKernel::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) in GetSupportedArchitectureAtIndex() function in PlatformDarwinKernel
DPlatformDarwin.cpp210 …for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx) in ResolveExecutable()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.h83 GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch);
DPlatformLinux.cpp250 …for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx) in ResolveExecutable()
336 PlatformLinux::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) in GetSupportedArchitectureAtIndex() function in PlatformLinux
/external/lldb/source/Target/
DPlatform.cpp499 …for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx) in ResolveExecutable()
737 … for (uint32_t arch_idx=0; GetSupportedArchitectureAtIndex (arch_idx, platform_arch); ++arch_idx) in IsCompatibleArchitecture()
749 … for (uint32_t arch_idx=0; GetSupportedArchitectureAtIndex (arch_idx, platform_arch); ++arch_idx) in IsCompatibleArchitecture()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h99 GetSupportedArchitectureAtIndex (uint32_t idx, lldb_private::ArchSpec &arch);
DPlatformRemoteGDBServer.cpp144 PlatformRemoteGDBServer::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) in GetSupportedArchitectureAtIndex() function in PlatformRemoteGDBServer
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.h150 GetSupportedArchitectureAtIndex (uint32_t idx, lldb_private::ArchSpec &arch);
DPlatformFreeBSD.cpp244 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, platform_arch); ++idx) in ResolveExecutable()
612 PlatformFreeBSD::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) in GetSupportedArchitectureAtIndex() function in PlatformFreeBSD
/external/lldb/include/lldb/Target/
DPlatform.h350 GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) = 0;