Searched refs:proc_triple (Results 1 – 1 of 1) sorted by relevance
1201 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse() local1203 response.PutStringAsRawHex8(proc_triple.getTriple()); in CreateProcessInfoResponse()1220 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse_DebugServerStyle() local1231 const std::string vendor = proc_triple.getVendorName().str(); in CreateProcessInfoResponse_DebugServerStyle()1237 response.PutStringAsRawHex8(proc_triple.getTriple()); in CreateProcessInfoResponse_DebugServerStyle()1240 std::string ostype = std::string(proc_triple.getOSName()); in CreateProcessInfoResponse_DebugServerStyle()1242 if (proc_triple.getVendor() == llvm::Triple::Apple) { in CreateProcessInfoResponse_DebugServerStyle()1243 switch (proc_triple.getArch()) { in CreateProcessInfoResponse_DebugServerStyle()