Searched refs:proc_triple (Results 1 – 1 of 1) sorted by relevance
1188 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse() local1190 response.PutCStringAsRawHex8(proc_triple.getTriple().c_str()); in CreateProcessInfoResponse()1207 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse_DebugServerStyle() local1218 const std::string vendor = proc_triple.getVendorName(); in CreateProcessInfoResponse_DebugServerStyle()1224 response.PutCStringAsRawHex8(proc_triple.getTriple().c_str()); in CreateProcessInfoResponse_DebugServerStyle()1227 std::string ostype = proc_triple.getOSName(); in CreateProcessInfoResponse_DebugServerStyle()1229 if (proc_triple.getVendor() == llvm::Triple::Apple) { in CreateProcessInfoResponse_DebugServerStyle()1230 switch (proc_triple.getArch()) { in CreateProcessInfoResponse_DebugServerStyle()