Searched refs:proc_triple (Results 1 – 1 of 1) sorted by relevance
1229 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse() local1231 response.PutStringAsRawHex8(proc_triple.getTriple()); in CreateProcessInfoResponse()1248 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse_DebugServerStyle() local1259 const std::string vendor = proc_triple.getVendorName().str(); in CreateProcessInfoResponse_DebugServerStyle()1265 response.PutStringAsRawHex8(proc_triple.getTriple()); in CreateProcessInfoResponse_DebugServerStyle()1268 std::string ostype = std::string(proc_triple.getOSName()); in CreateProcessInfoResponse_DebugServerStyle()1270 if (proc_triple.getVendor() == llvm::Triple::Apple) { in CreateProcessInfoResponse_DebugServerStyle()1271 switch (proc_triple.getArch()) { in CreateProcessInfoResponse_DebugServerStyle()