HomeSort by relevance Sort by last modified time
    Searched refs:GetSupportedArchitectureAtIndex (Results 1 - 17 of 17) sorted by null

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformMacOSX.h 76 GetSupportedArchitectureAtIndex (uint32_t idx,
PlatformiOSSimulator.h 99 GetSupportedArchitectureAtIndex (uint32_t idx,
PlatformMacOSX.cpp 177 PlatformMacOSX::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch)
PlatformDarwinKernel.h 94 GetSupportedArchitectureAtIndex (uint32_t idx,
PlatformRemoteiOS.h 105 GetSupportedArchitectureAtIndex (uint32_t idx,
PlatformiOSSimulator.cpp 214 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx)
406 PlatformiOSSimulator::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch)
PlatformRemoteiOS.cpp 251 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, platform_arch); ++idx)
786 PlatformRemoteiOS::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch)
PlatformDarwinKernel.cpp 650 PlatformDarwinKernel::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch)
PlatformDarwin.cpp 210 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx)
    [all...]
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.h 83 GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch);
PlatformLinux.cpp 250 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx)
336 PlatformLinux::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch)
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.h 99 GetSupportedArchitectureAtIndex (uint32_t idx, lldb_private::ArchSpec &arch);
PlatformRemoteGDBServer.cpp 144 PlatformRemoteGDBServer::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch)
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.h 150 GetSupportedArchitectureAtIndex (uint32_t idx, lldb_private::ArchSpec &arch);
PlatformFreeBSD.cpp 244 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, platform_arch); ++idx)
612 PlatformFreeBSD::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch)
  /external/lldb/source/Target/
Platform.cpp 499 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/
Platform.h 350 GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) = 0;

Completed in 102 milliseconds