Lines Matching refs:proc_arch
1164 const ArchSpec &proc_arch = proc_info.GetArchitecture(); in CreateProcessInfoResponse() local
1165 if (proc_arch.IsValid()) { in CreateProcessInfoResponse()
1166 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse()
1183 const ArchSpec &proc_arch = proc_info.GetArchitecture(); in CreateProcessInfoResponse_DebugServerStyle() local
1184 if (proc_arch.IsValid()) { in CreateProcessInfoResponse_DebugServerStyle()
1185 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse_DebugServerStyle()
1188 const uint32_t cpu_type = proc_arch.GetMachOCPUType(); in CreateProcessInfoResponse_DebugServerStyle()
1192 const uint32_t cpu_subtype = proc_arch.GetMachOCPUSubType(); in CreateProcessInfoResponse_DebugServerStyle()
1222 switch (proc_arch.GetByteOrder()) { in CreateProcessInfoResponse_DebugServerStyle()
1238 std::string abi = proc_arch.GetTargetABI(); in CreateProcessInfoResponse_DebugServerStyle()
1241 response.Printf("ptrsize:%d;", proc_arch.GetAddressByteSize()); in CreateProcessInfoResponse_DebugServerStyle()