Searched refs:GetCPUType (Results 1 – 15 of 15) sorted by relevance
156 cpu_type_t GetCPUType() {return cpu_type_;} in GetCPUType() function162 bool Is64Bit() { return (GetCPUType() & CPU_ARCH_ABI64) == CPU_ARCH_ABI64; } in Is64Bit()268 cpu_type_t GetCPUType() {return cpu_type_;} in GetCPUType() function271 bool Is64Bit() { return (GetCPUType() & CPU_ARCH_ABI64) == CPU_ARCH_ABI64; } in Is64Bit()
104 cpu_type_ = dynamic_images_->GetCPUType(); in MinidumpGenerator()1315 if (!WriteCVRecord(module, image->GetCPUType(), name.c_str(), false)) { in WriteModuleStream()
125 switch (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().GetCPUType()) in CreateRegisterContextForFrame()
225 GetCPUType ();
284 uint32_t cpu = m_comm.GetCPUType(); in DoConnectRemote()
526 CommunicationKDP::GetCPUType () in GetCPUType() function in CommunicationKDP
50 static uint32_t GetCPUType();
39 DNBArchMachPPC::GetCPUType() in GetCPUType() function in DNBArchMachPPC
69 static uint32_t GetCPUType();
136 DNBArchMachARM::GetCPUType() in GetCPUType() function in DNBArchMachARM
185 uint32_t GetCPUType ();
369 …if (m_vm_memory.GetMemoryProfile(scanType, task, task_info, m_process->GetCPUType(), m_process->Pr… in GetProfileData()
227 MachProcess::GetCPUType () in GetCPUType() function in MachProcess
775 (DNBArchMachARM::GetCPUType): New function.799 * MacOSX/ppc/DNBArchImpl.cpp (DNBArchMachPPC::GetCPUType) New 829 * MacOSX/i386/DNBArchImpl.cpp (DNBArchMachI386::GetCPUType): New831 * MacOSX/i386/DNBArchImpl.h (DNBArchMachI386::GetCPUType): New
1941 return procSP->GetCPUType (); in DNBProcessGetCPUType()