Searched defs:platform_arch (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp213 ArchSpec platform_arch; local
233 arch_names.PutCString (platform_arch.GetArchitectureName());
H A DPlatformRemoteiOS.cpp250 ArchSpec platform_arch; local
251 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, platform_arch); ++idx)
253 ModuleSpec module_spec (resolved_exe_file, platform_arch);
270 arch_names.PutCString (platform_arch.GetArchitectureName());
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp243 ArchSpec platform_arch; local
244 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, platform_arch); ++idx)
262 arch_names.PutCString (platform_arch.GetArchitectureName());
622 ArchSpec platform_arch (Host::GetArchitecture (Host::eSystemDefaultArchitecture));
624 if (platform_arch.IsExactMatch(platform_arch64))
/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp98 ArchSpec platform_arch; local
99 PlatformSP platform_sp (m_platform_options.CreatePlatformWithOptions (m_interpreter, ArchSpec(), select, error, platform_arch));
/external/lldb/source/Target/
H A DPlatform.cpp733 ArchSpec platform_arch; local
737 for (uint32_t arch_idx=0; GetSupportedArchitectureAtIndex (arch_idx, platform_arch); ++arch_idx)
739 if (arch.IsExactMatch(platform_arch))
742 *compatible_arch_ptr = platform_arch;
749 for (uint32_t arch_idx=0; GetSupportedArchitectureAtIndex (arch_idx, platform_arch); ++arch_idx)
751 if (arch.IsCompatibleMatch(platform_arch))
754 *compatible_arch_ptr = platform_arch;

Completed in 622 milliseconds