Searched refs:system_info_cpu_type (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Dminidump.cc1123 MDCPUArchitecture system_info_cpu_type = static_cast<MDCPUArchitecture>( local
1131 if (system_info_cpu_type == MD_CPU_ARCHITECTURE_X86 ||
1132 system_info_cpu_type == MD_CPU_ARCHITECTURE_X86_WIN64 ||
1133 system_info_cpu_type == MD_CPU_ARCHITECTURE_AMD64) {
1139 if (system_info_cpu_type == MD_CPU_ARCHITECTURE_PPC)
1144 if (system_info_cpu_type == MD_CPU_ARCHITECTURE_PPC64)
1149 if (system_info_cpu_type == MD_CPU_ARCHITECTURE_AMD64)
1154 if (system_info_cpu_type == MD_CPU_ARCHITECTURE_SPARC)
1159 if (system_info_cpu_type == MD_CPU_ARCHITECTURE_ARM)
1164 if (system_info_cpu_type
[all...]

Completed in 218 milliseconds