Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNBArch.cpp35 uint32_t DNBArchProtocol::GetCPUType() { return g_current_cpu_type; } in GetCPUType() function in DNBArchProtocol
DDNBArch.h52 static uint32_t GetCPUType();
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
DDNB.cpp1688 return procSP->GetCPUType(); in DNBProcessGetCPUType()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp99 .GetCPUType()) { in CreateRegisterContextForFrame()
DCommunicationKDP.h153 uint32_t GetCPUType();
DProcessKDP.cpp193 uint32_t cpu = m_comm.GetCPUType(); in GetHostArchitecture()
DCommunicationKDP.cpp422 uint32_t CommunicationKDP::GetCPUType() { in GetCPUType() function in CommunicationKDP
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
DDNBArchImplARM64.h65 static uint32_t GetCPUType();
DDNBArchImplARM64.cpp95 uint32_t DNBArchMachARM64::GetCPUType() { return CPU_TYPE_ARM64; } in GetCPUType() function in DNBArchMachARM64
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h69 static uint32_t GetCPUType();
DDNBArchImpl.cpp142 uint32_t DNBArchMachARM::GetCPUType() { return CPU_TYPE_ARM; } in GetCPUType() function in DNBArchMachARM
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h295 uint32_t GetCPUType();
DMachThreadList.cpp283 if (process->GetCPUType() == CPU_TYPE_ARM64_32) in UpdateThreadList()
DMachTask.mm371 m_process->GetCPUType(), pid, vminfo,
DMachProcess.mm1293 uint32_t MachProcess::GetCPUType() { function
3303 path, DNBArchProtocol::GetCPUType(), DNBArchProtocol::GetCPUSubType(),