Home
last modified time | relevance | path

Searched refs:GetCPUType (Results 1 – 21 of 21) 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()
1335 if (!WriteCVRecord(module, image->GetCPUType(), name.c_str(), false)) { in WriteModuleStream()
/external/llvm-project/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.cpp1676 return procSP->GetCPUType(); in DNBProcessGetCPUType()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DProcessorTrace.h100 static Status GetCPUType(TraceOptions &config);
DProcessorTrace.cpp43 error = GetCPUType(config); in GetTraceConfig()
183 Status ProcessorTraceMonitor::GetCPUType(TraceOptions &config) { in GetCPUType() function in ProcessorTraceMonitor
DNativeProcessLinux.cpp2037 error = ProcessorTraceMonitor::GetCPUType(m_pt_process_trace_config); in StartTraceGroup()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp99 .GetCPUType()) { in CreateRegisterContextForFrame()
DCommunicationKDP.h155 uint32_t GetCPUType();
DProcessKDP.cpp208 uint32_t cpu = m_comm.GetCPUType(); in GetHostArchitecture()
DCommunicationKDP.cpp423 uint32_t CommunicationKDP::GetCPUType() { in GetCPUType() function in CommunicationKDP
/external/llvm-project/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
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h69 static uint32_t GetCPUType();
DDNBArchImpl.cpp140 uint32_t DNBArchMachARM::GetCPUType() { return CPU_TYPE_ARM; } in GetCPUType() function in DNBArchMachARM
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h286 uint32_t GetCPUType();
DMachThreadList.cpp283 if (process->GetCPUType() == CPU_TYPE_ARM64_32) in UpdateThreadList()
DMachTask.mm371 m_process->GetCPUType(), pid, vminfo,
DMachProcess.mm1264 uint32_t MachProcess::GetCPUType() { function
3163 path, DNBArchProtocol::GetCPUType(), DNBArchProtocol::GetCPUSubType(),