reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Target/TargetList.cpp
  107           interpreter, arch, select_platform, error, platform_arch);
  132           if (platform_arch.IsValid()) {
  133             if (platform_arch.IsCompatibleMatch(
  138               if (!platform_arch.TripleOSWasSpecified() ||
  139                   !platform_arch.TripleVendorWasSpecified()) {
  141                 platform_arch = matching_module_spec.GetArchitecture();
  147               platform_arch.DumpTriple(platform_arch_strm);
  160             platform_arch = matching_module_spec.GetArchitecture();
  169             platform_arch = matching_module_spec.GetArchitecture();
  266     if (!platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch)) {
  267       platform_sp = Platform::GetPlatformForArchitecture(arch, &platform_arch);
  271   } else if (platform_arch.IsValid()) {
  275     if (!platform_sp->IsCompatibleArchitecture(platform_arch, false,
  277       platform_sp = Platform::GetPlatformForArchitecture(platform_arch,
  284   if (!platform_arch.IsValid())
  285     platform_arch = arch;
  288       debugger, user_exe_path, platform_arch, load_dependent_files, platform_sp,