Searched refs:arch_names (Results 1 – 3 of 3) sorted by relevance
85 static const OffloadArchToStringMap arch_names[] = { variable159 std::begin(arch_names), std::end(arch_names), in OffloadArchToString()161 if (result == std::end(arch_names)) in OffloadArchToString()168 std::begin(arch_names), std::end(arch_names), in OffloadArchToVirtualArchString()170 if (result == std::end(arch_names)) in OffloadArchToVirtualArchString()177 std::begin(arch_names), std::end(arch_names), in StringToOffloadArch()179 if (result == std::end(arch_names)) in StringToOffloadArch()
125 static const char *const arch_names[] = { variable141 static const int arch_MAX = sizeof(arch_names) / sizeof(char *);486 0 == strcmp(arch_names[i], req->q.arch)) in resp_searchform()488 printf(">%s</option>\n", arch_names[i]); in resp_searchform()544 if (strcmp(arch, arch_names[i]) == 0) in validate_arch()
761 StreamString arch_names; in ResolveExecutable() local776 arch_names << LS << arch.GetArchitectureName(); in ResolveExecutable()793 arch_names.GetData()); in ResolveExecutable()