Searched refs:GetAugmentedArchSpec (Results 1 – 13 of 13) sorted by relevance
28 arch = Platform::GetAugmentedArchSpec(platform, m_arch_str); in GetArchitecture()
104 static ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
97 Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg); in SetOptionValue()
135 arch = Platform::GetAugmentedArchSpec(platform_ptr, option_arg); in SetOptionValue()
1411 Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg); in SetOptionValue()
106 static ArchSpec GetAugmentedArchSpec(Platform *platform,443 ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
333 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple)); in DumpEmulation()
893 Platform::GetAugmentedArchSpec(platform_sp.get(), arch_cstr); in CreateTargetWithFileAndArch()1018 ArchSpec arch = Platform::GetAugmentedArchSpec( in FindTargetWithFileAndArch()
1490 module_spec.GetArchitecture() = Platform::GetAugmentedArchSpec( in AddModule()
197 ArchSpec HostInfoBase::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec() function in HostInfoBase
265 ArchSpec Platform::GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple) { in GetAugmentedArchSpec() function in Platform267 return platform->GetAugmentedArchSpec(triple); in GetAugmentedArchSpec()268 return HostInfo::GetAugmentedArchSpec(triple); in GetAugmentedArchSpec()921 ArchSpec Platform::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec() function in Platform
395 HostInfo::GetAugmentedArchSpec(value); in Handle_qfProcessInfo()1009 HostInfo::GetAugmentedArchSpec(arch_triple)); in Handle_QLaunchArch()
3483 launch_info.GetArchitecture() = Platform::GetAugmentedArchSpec( in GetArch()