Searched refs:proc_triple (Results 1 – 1 of 1) sorted by relevance
1231 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse() local1233 response.PutStringAsRawHex8(proc_triple.getTriple()); in CreateProcessInfoResponse()1250 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse_DebugServerStyle() local1261 const std::string vendor = proc_triple.getVendorName().str(); in CreateProcessInfoResponse_DebugServerStyle()1267 response.PutStringAsRawHex8(proc_triple.getTriple()); in CreateProcessInfoResponse_DebugServerStyle()1270 std::string ostype = std::string(proc_triple.getOSName()); in CreateProcessInfoResponse_DebugServerStyle()1272 if (proc_triple.getVendor() == llvm::Triple::Apple) { in CreateProcessInfoResponse_DebugServerStyle()1273 switch (proc_triple.getArch()) { in CreateProcessInfoResponse_DebugServerStyle()