Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h431 uint32_t GetMachOCPUType() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp202 uint32_t cpu = host_arch.GetMachOCPUType(); in Handle_qHostInfo()
1251 const uint32_t cpu_type = proc_arch.GetMachOCPUType(); in CreateProcessInfoResponse_DebugServerStyle()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp651 uint32_t ArchSpec::GetMachOCPUType() const { in GetMachOCPUType() function in ArchSpec