Home | History | Annotate | Download | only in Target

Lines Matching refs:platform_arch

86     ArchSpec platform_arch(arch);
105 if (platform_arch.IsValid())
107 if (!platform_arch.IsCompatibleMatch(matching_module_spec.GetArchitecture()))
110 platform_arch.GetTriple().str().c_str(),
119 platform_arch = matching_module_spec.GetArchitecture();
130 platform_arch = matching_module_spec.GetArchitecture();
140 // platform_arch = matching_module_spec.GetArchitecture();
157 platform_arch);
169 if (arch.IsValid() && !platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch))
171 platform_sp = Platform::GetPlatformForArchitecture(arch, &platform_arch);
175 if (!platform_arch.IsValid())
176 platform_arch = arch;
180 platform_arch,