Searched refs:cpu_subtype (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBArch.cpp | 38 bool DNBArchProtocol::SetArchitecture(uint32_t cpu_type, uint32_t cpu_subtype) { in SetArchitecture() argument 40 g_current_cpu_subtype = cpu_subtype; in SetArchitecture() 45 cpu_type, cpu_subtype, result); in SetArchitecture()
|
| H A D | DNBArch.h | 55 static bool SetArchitecture(uint32_t cpu_type, uint32_t cpu_subtype = 0);
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 1144 cpu_type_t cpu_subtype = arch_spec.GetMachOCPUSubType(); 1149 cpu_subtype != 0 && 1150 cpu_subtype != static_cast<cpu_subtype_t>(UINT32_MAX) && 1151 cpu_subtype != CPU_SUBTYPE_X86_64_H; 1161 &attr, 1, &cpu_type, &cpu_subtype, &ocount), 1166 "cpu_type = {1:x}, cpu_subtype = {1:x}, count => {2} )", 1167 error, cpu_type, cpu_subtype, ocount);
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 284 uint32_t cpu_subtype);
|
| /llvm-project-15.0.7/compiler-rt/test/ |
| H A D | lit.common.cfg.py | 418 cpu_subtype = int(output_re.group(1)) variable 419 if cpu_subtype == 8: # x86_64h
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1255 const uint32_t cpu_subtype = proc_arch.GetMachOCPUSubType(); in CreateProcessInfoResponse_DebugServerStyle() local 1256 if (cpu_subtype != 0) in CreateProcessInfoResponse_DebugServerStyle() 1257 response.Printf("cpusubtype:%" PRIx32 ";", cpu_subtype); in CreateProcessInfoResponse_DebugServerStyle()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.h | 101 const char *path, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
|
| H A D | MachProcess.mm | 3285 const char *path, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, 3335 if (cpu_subtype != 0) { 3343 &attr, 1, &cpu_type, &cpu_subtype, &ocount)); 3348 "0x%8.8x, cpu_subtype = 0x%8.8x, count => %llu )", 3349 cpu_type, cpu_subtype, (uint64_t)ocount);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | CommunicationKDP.cpp | 773 const uint32_t cpu_subtype = packet.GetU32(&offset); in DumpPacket() local 775 cpu_mask, cpu_type, cpu_subtype); in DumpPacket()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Host.cpp | 1260 switch (hostInfo.cpu_subtype) { in getHostCPUName()
|