Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDArchSpec.h412 uint32_t GetMachOCPUSubType() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp206 uint32_t sub = host_arch.GetMachOCPUSubType(); in Handle_qHostInfo()
1227 const uint32_t cpu_subtype = proc_arch.GetMachOCPUSubType(); in CreateProcessInfoResponse_DebugServerStyle()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDArchSpec.cpp687 uint32_t ArchSpec::GetMachOCPUSubType() const { in GetMachOCPUSubType() function in ArchSpec