Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h156 cpu_type_t GetCPUType() {return cpu_type_;} in GetCPUType() function
162 bool Is64Bit() { return (GetCPUType() & CPU_ARCH_ABI64) == CPU_ARCH_ABI64; } in Is64Bit()
268 cpu_type_t GetCPUType() {return cpu_type_;} in GetCPUType() function
271 bool Is64Bit() { return (GetCPUType() & CPU_ARCH_ABI64) == CPU_ARCH_ABI64; } in Is64Bit()
Dminidump_generator.cc104 cpu_type_ = dynamic_images_->GetCPUType(); in MinidumpGenerator()
1315 if (!WriteCVRecord(module, image->GetCPUType(), name.c_str(), false)) { in WriteModuleStream()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp125 switch (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().GetCPUType()) in CreateRegisterContextForFrame()
DCommunicationKDP.h225 GetCPUType ();
DProcessKDP.cpp284 uint32_t cpu = m_comm.GetCPUType(); in DoConnectRemote()
DCommunicationKDP.cpp526 CommunicationKDP::GetCPUType () in GetCPUType() function in CommunicationKDP
/external/lldb/tools/debugserver/source/MacOSX/ppc/
DDNBArchImpl.h50 static uint32_t GetCPUType();
DDNBArchImpl.cpp39 DNBArchMachPPC::GetCPUType() in GetCPUType() function in DNBArchMachPPC
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h69 static uint32_t GetCPUType();
DDNBArchImpl.cpp136 DNBArchMachARM::GetCPUType() in GetCPUType() function in DNBArchMachARM
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h185 uint32_t GetCPUType ();
DMachTask.cpp369 …if (m_vm_memory.GetMemoryProfile(scanType, task, task_info, m_process->GetCPUType(), m_process->Pr… in GetProfileData()
DMachProcess.cpp227 MachProcess::GetCPUType () in GetCPUType() function in MachProcess
/external/lldb/tools/debugserver/source/
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.cpp1941 return procSP->GetCPUType (); in DNBProcessGetCPUType()