Home
last modified time | relevance | path

Searched refs:GetCPUType (Results 1 – 2 of 2) 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()