Searched refs:proc_arch (Results 1 – 1 of 1) sorted by relevance
1229 const ArchSpec &proc_arch = proc_info.GetArchitecture(); in CreateProcessInfoResponse() local1230 if (proc_arch.IsValid()) { in CreateProcessInfoResponse()1231 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse()1248 const ArchSpec &proc_arch = proc_info.GetArchitecture(); in CreateProcessInfoResponse_DebugServerStyle() local1249 if (proc_arch.IsValid()) { in CreateProcessInfoResponse_DebugServerStyle()1250 const llvm::Triple &proc_triple = proc_arch.GetTriple(); in CreateProcessInfoResponse_DebugServerStyle()1253 const uint32_t cpu_type = proc_arch.GetMachOCPUType(); in CreateProcessInfoResponse_DebugServerStyle()1257 const uint32_t cpu_subtype = proc_arch.GetMachOCPUSubType(); in CreateProcessInfoResponse_DebugServerStyle()1287 switch (proc_arch.GetByteOrder()) { in CreateProcessInfoResponse_DebugServerStyle()1303 std::string abi = proc_arch.GetTargetABI(); in CreateProcessInfoResponse_DebugServerStyle()[all …]