Lines Matching refs:ArchSpec
92 PlatformSP PlatformMacOSX::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
136 std::vector<ArchSpec>
137 PlatformMacOSX::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
138 std::vector<ArchSpec> result; in GetSupportedArchitectures()
149 result.push_back(ArchSpec("x86_64-apple-macosx")); in GetSupportedArchitectures()
150 result.push_back(ArchSpec("x86_64-apple-ios-macabi")); in GetSupportedArchitectures()
151 result.push_back(ArchSpec("arm64-apple-ios-macabi")); in GetSupportedArchitectures()
152 result.push_back(ArchSpec("arm64e-apple-ios-macabi")); in GetSupportedArchitectures()
160 result.push_back(ArchSpec("arm64-apple-ios")); in GetSupportedArchitectures()
161 result.push_back(ArchSpec("arm64e-apple-ios")); in GetSupportedArchitectures()
166 result.push_back(ArchSpec("x86_64-apple-ios-macabi")); in GetSupportedArchitectures()
182 ArchSpec::eCore_x86_64_x86_64h) { in GetSharedModule()
187 module_spec_x86_64.GetArchitecture() = ArchSpec("x86_64-apple-macosx"); in GetSharedModule()