Home
last modified time | relevance | path

Searched refs:cpu_subtype (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h293 uint32_t cpu_subtype);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1255 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()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp1427 switch (hostInfo.cpu_subtype) { in getHostCPUName()