/external/google-breakpad/src/client/mac/handler/ |
D | dynamic_images.h | 156 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()
|
D | minidump_generator.cc | 104 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/ |
D | DNBArch.cpp | 35 uint32_t DNBArchProtocol::GetCPUType() { return g_current_cpu_type; } in GetCPUType() function in DNBArchProtocol
|
D | DNBArch.h | 52 static uint32_t GetCPUType();
|
D | ChangeLog | 775 (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
|
D | DNB.cpp | 1676 return procSP->GetCPUType(); in DNBProcessGetCPUType()
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | ProcessorTrace.h | 100 static Status GetCPUType(TraceOptions &config);
|
D | ProcessorTrace.cpp | 43 error = GetCPUType(config); in GetTraceConfig() 183 Status ProcessorTraceMonitor::GetCPUType(TraceOptions &config) { in GetCPUType() function in ProcessorTraceMonitor
|
D | NativeProcessLinux.cpp | 2037 error = ProcessorTraceMonitor::GetCPUType(m_pt_process_trace_config); in StartTraceGroup()
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ThreadKDP.cpp | 99 .GetCPUType()) { in CreateRegisterContextForFrame()
|
D | CommunicationKDP.h | 155 uint32_t GetCPUType();
|
D | ProcessKDP.cpp | 208 uint32_t cpu = m_comm.GetCPUType(); in GetHostArchitecture()
|
D | CommunicationKDP.cpp | 423 uint32_t CommunicationKDP::GetCPUType() { in GetCPUType() function in CommunicationKDP
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
D | DNBArchImplARM64.h | 65 static uint32_t GetCPUType();
|
D | DNBArchImplARM64.cpp | 95 uint32_t DNBArchMachARM64::GetCPUType() { return CPU_TYPE_ARM64; } in GetCPUType() function in DNBArchMachARM64
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.h | 69 static uint32_t GetCPUType();
|
D | DNBArchImpl.cpp | 140 uint32_t DNBArchMachARM::GetCPUType() { return CPU_TYPE_ARM; } in GetCPUType() function in DNBArchMachARM
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 286 uint32_t GetCPUType();
|
D | MachThreadList.cpp | 283 if (process->GetCPUType() == CPU_TYPE_ARM64_32) in UpdateThreadList()
|
D | MachTask.mm | 371 m_process->GetCPUType(), pid, vminfo,
|
D | MachProcess.mm | 1264 uint32_t MachProcess::GetCPUType() { function 3163 path, DNBArchProtocol::GetCPUType(), DNBArchProtocol::GetCPUSubType(),
|