/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformMacOSX.h | 76 GetSupportedArchitectureAtIndex (uint32_t idx,
|
D | PlatformiOSSimulator.cpp | 214 …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
|
D | PlatformiOSSimulator.h | 99 GetSupportedArchitectureAtIndex (uint32_t idx,
|
D | PlatformMacOSX.cpp | 177 PlatformMacOSX::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) in GetSupportedArchitectureAtIndex() function in PlatformMacOSX
|
D | PlatformRemoteiOS.h | 105 GetSupportedArchitectureAtIndex (uint32_t idx,
|
D | PlatformDarwinKernel.h | 94 GetSupportedArchitectureAtIndex (uint32_t idx,
|
D | PlatformRemoteiOS.cpp | 251 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
|
D | PlatformDarwinKernel.cpp | 650 PlatformDarwinKernel::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) in GetSupportedArchitectureAtIndex() function in PlatformDarwinKernel
|
D | PlatformDarwin.cpp | 210 …for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx) in ResolveExecutable()
|
/external/lldb/source/Plugins/Platform/Linux/ |
D | PlatformLinux.h | 83 GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch);
|
D | PlatformLinux.cpp | 250 …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/ |
D | Platform.cpp | 499 …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/ |
D | PlatformRemoteGDBServer.h | 99 GetSupportedArchitectureAtIndex (uint32_t idx, lldb_private::ArchSpec &arch);
|
D | PlatformRemoteGDBServer.cpp | 144 PlatformRemoteGDBServer::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) in GetSupportedArchitectureAtIndex() function in PlatformRemoteGDBServer
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.h | 150 GetSupportedArchitectureAtIndex (uint32_t idx, lldb_private::ArchSpec &arch);
|
D | PlatformFreeBSD.cpp | 244 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/ |
D | Platform.h | 350 GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) = 0;
|