Lines Matching defs:triple
186 response.PutCString("triple:");
393 } else if (key == "triple") {
1108 std::string triple;
1109 packet.GetHexByteString(triple);
1111 ModuleSpec matched_module_spec = GetModuleInfo(module_path, triple);
1135 response.PutCString("triple:");
1174 llvm::StringRef file, triple;
1176 !query->GetValueForKeyAsString("triple", triple))
1179 ModuleSpec matched_module_spec = GetModuleInfo(file, triple);
1193 {"triple", triple_str},
1230 response.PutCString("triple:");
1263 // We'll send the triple.
1264 response.PutCString("triple:");
1321 llvm::StringRef triple) {
1322 ArchSpec arch(triple);