Lines Matching refs:ArchSpec

58                                                     const ArchSpec *arch) {  in CreateInstance()
147 std::vector<ArchSpec>
148 PlatformRemoteAppleWatch::GetSupportedArchitectures(const ArchSpec &host_info) { in GetSupportedArchitectures()
149 ArchSpec system_arch(GetSystemArchitecture()); in GetSupportedArchitectures()
151 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectures()
154 case ArchSpec::eCore_arm_arm64: in GetSupportedArchitectures()
156 ArchSpec("arm64-apple-watchos"), ArchSpec("armv7k-apple-watchos"), in GetSupportedArchitectures()
157 ArchSpec("armv7s-apple-watchos"), ArchSpec("armv7-apple-watchos"), in GetSupportedArchitectures()
158 ArchSpec("thumbv7k-apple-watchos"), ArchSpec("thumbv7-apple-watchos"), in GetSupportedArchitectures()
159 ArchSpec("thumbv7s-apple-watchos"), ArchSpec("arm64_32-apple-watchos")}; in GetSupportedArchitectures()
161 case ArchSpec::eCore_arm_armv7k: in GetSupportedArchitectures()
163 ArchSpec("armv7k-apple-watchos"), ArchSpec("armv7s-apple-watchos"), in GetSupportedArchitectures()
164 ArchSpec("armv7-apple-watchos"), ArchSpec("thumbv7k-apple-watchos"), in GetSupportedArchitectures()
165 ArchSpec("thumbv7-apple-watchos"), ArchSpec("thumbv7s-apple-watchos"), in GetSupportedArchitectures()
166 ArchSpec("arm64_32-apple-watchos")}; in GetSupportedArchitectures()
168 case ArchSpec::eCore_arm_armv7s: in GetSupportedArchitectures()
170 ArchSpec("armv7s-apple-watchos"), ArchSpec("armv7k-apple-watchos"), in GetSupportedArchitectures()
171 ArchSpec("armv7-apple-watchos"), ArchSpec("thumbv7k-apple-watchos"), in GetSupportedArchitectures()
172 ArchSpec("thumbv7-apple-watchos"), ArchSpec("thumbv7s-apple-watchos"), in GetSupportedArchitectures()
173 ArchSpec("arm64_32-apple-watchos")}; in GetSupportedArchitectures()
175 case ArchSpec::eCore_arm_armv7: in GetSupportedArchitectures()
176 return {ArchSpec("armv7-apple-watchos"), ArchSpec("armv7k-apple-watchos"), in GetSupportedArchitectures()
177 ArchSpec("thumbv7k-apple-watchos"), in GetSupportedArchitectures()
178 ArchSpec("thumbv7-apple-watchos"), in GetSupportedArchitectures()
179 ArchSpec("arm64_32-apple-watchos")}; in GetSupportedArchitectures()