Home
last modified time | relevance | path

Searched refs:GetCPUType (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBArch.cpp35 uint32_t DNBArchProtocol::GetCPUType() { return g_current_cpu_type; } in GetCPUType() function in DNBArchProtocol
H A DDNBArch.h52 static uint32_t GetCPUType();
H A DChangeLog775 (DNBArchMachARM::GetCPUType): New function.
799 * MacOSX/ppc/DNBArchImpl.cpp (DNBArchMachPPC::GetCPUType) New
829 * MacOSX/i386/DNBArchImpl.cpp (DNBArchMachI386::GetCPUType): New
831 * MacOSX/i386/DNBArchImpl.h (DNBArchMachI386::GetCPUType): New
H A DDNB.cpp1681 return procSP->GetCPUType(); in DNBProcessGetCPUType()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp99 .GetCPUType()) { in CreateRegisterContextForFrame()
H A DCommunicationKDP.h155 uint32_t GetCPUType();
H A DProcessKDP.cpp193 uint32_t cpu = m_comm.GetCPUType(); in GetHostArchitecture()
H A DCommunicationKDP.cpp422 uint32_t CommunicationKDP::GetCPUType() { in GetCPUType() function in CommunicationKDP
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.h65 static uint32_t GetCPUType();
H A DDNBArchImplARM64.cpp95 uint32_t DNBArchMachARM64::GetCPUType() { return CPU_TYPE_ARM64; } in GetCPUType() function in DNBArchMachARM64
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h69 static uint32_t GetCPUType();
H A DDNBArchImpl.cpp142 uint32_t DNBArchMachARM::GetCPUType() { return CPU_TYPE_ARM; } in GetCPUType() function in DNBArchMachARM
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h294 uint32_t GetCPUType();
H A DMachThreadList.cpp283 if (process->GetCPUType() == CPU_TYPE_ARM64_32) in UpdateThreadList()
H A DMachTask.mm371 m_process->GetCPUType(), pid, vminfo,
H A DMachProcess.mm1287 uint32_t MachProcess::GetCPUType() { function
3218 path, DNBArchProtocol::GetCPUType(), DNBArchProtocol::GetCPUSubType(),