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

References

tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  117   for (ArchInfo *info = _s_archInfos; !info->archName.empty(); ++info) {
  117   for (ArchInfo *info = _s_archInfos; !info->archName.empty(); ++info) {
  118     if ((info->cputype == cputype) && (info->cpusubtype == cpusubtype))
  118     if ((info->cputype == cputype) && (info->cpusubtype == cpusubtype))
  119       return info->arch;