Searched refs:arch_names (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp234 StreamString arch_names; local
252 arch_names.PutCString (", ");
253 arch_names.PutCString (resolved_module_spec.GetArchitecture().GetArchitectureName());
263 arch_names.GetString().c_str());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp226 StreamString arch_names; local
244 arch_names.PutCString (", ");
245 arch_names.PutCString (resolved_module_spec.GetArchitecture().GetArchitectureName());
255 arch_names.GetString().c_str());
/freebsd-11.0-release/contrib/mdocml/
H A Dcgi.c107 static const char *const arch_names[] = { variable
120 static const int arch_MAX = sizeof(arch_names) / sizeof(char *);
420 printf("<OPTION VALUE=\"%s\"", arch_names[i]);
422 0 == strcmp(arch_names[i], req->q.arch))
424 printf(">%s</OPTION>\n", arch_names[i]);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp146 StreamString arch_names; local
164 arch_names.PutCString (", ");
165 arch_names.PutCString (resolved_module_spec.GetArchitecture().GetArchitectureName());
175 arch_names.GetString().c_str());

Completed in 66 milliseconds