Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArchSpec.h269 uint32_t cpu_subtype);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1214 const uint32_t cpu_subtype = proc_arch.GetMachOCPUSubType(); in CreateProcessInfoResponse_DebugServerStyle() local
1215 if (cpu_subtype != 0) in CreateProcessInfoResponse_DebugServerStyle()
1216 response.Printf("cpusubtype:%" PRIx32 ";", cpu_subtype); in CreateProcessInfoResponse_DebugServerStyle()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DHost.cpp1094 switch (hostInfo.cpu_subtype) { in getHostCPUName()