Lines Matching refs:process_host_arch
781 ArchSpec process_host_arch; in ResolveExecutable() local
783 GetSupportedArchitectures(process_host_arch)) { in ResolveExecutable()
830 ArchSpec process_host_arch; in ResolveRemoteExecutable() local
831 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in ResolveRemoteExecutable()
1164 const ArchSpec &process_host_arch, in IsCompatibleArchitecture() argument
1171 GetSupportedArchitectures(process_host_arch)) { in IsCompatibleArchitecture()
1516 ArchSpec process_host_arch; in GetRemoteSharedModule() local
1519 process_host_arch = process->GetSystemArchitecture(); in GetRemoteSharedModule()
1537 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in GetRemoteSharedModule()
2152 const ArchSpec &process_host_arch, in GetOrCreate() argument
2159 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) in GetOrCreate()
2165 if (platform_sp->IsCompatibleArchitecture(arch, process_host_arch, in GetOrCreate()
2180 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) { in GetOrCreate()
2191 arch, process_host_arch, ArchSpec::CompatibleMatch, in GetOrCreate()
2203 const ArchSpec &process_host_arch, in GetOrCreate() argument
2207 return GetOrCreate(arch, process_host_arch, platform_arch_ptr, error); in GetOrCreate()
2212 const ArchSpec &process_host_arch, in GetOrCreate() argument
2226 arch, process_host_arch, ArchSpec::CompatibleMatch, nullptr)) in GetOrCreate()
2235 arch, process_host_arch, ArchSpec::CompatibleMatch, nullptr)) in GetOrCreate()
2242 if (PlatformSP platform = GetOrCreate(arch, process_host_arch, nullptr)) in GetOrCreate()