Lines Matching defs:proc_arch
1227 const ArchSpec &proc_arch = proc_info.GetArchitecture();
1228 if (proc_arch.IsValid()) {
1229 const llvm::Triple &proc_triple = proc_arch.GetTriple();
1246 const ArchSpec &proc_arch = proc_info.GetArchitecture();
1247 if (proc_arch.IsValid()) {
1248 const llvm::Triple &proc_triple = proc_arch.GetTriple();
1251 const uint32_t cpu_type = proc_arch.GetMachOCPUType();
1255 const uint32_t cpu_subtype = proc_arch.GetMachOCPUSubType();
1285 switch (proc_arch.GetByteOrder()) {
1301 std::string abi = proc_arch.GetTargetABI();
1304 response.Printf("ptrsize:%d;", proc_arch.GetAddressByteSize());