HomeSort by relevance Sort by last modified time
    Searched refs:GetCPUType (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/mac/handler/
dynamic_images.h 156 cpu_type_t GetCPUType() {return cpu_type_;}
162 bool Is64Bit() { return (GetCPUType() & CPU_ARCH_ABI64) == CPU_ARCH_ABI64; }
268 cpu_type_t GetCPUType() {return cpu_type_;}
271 bool Is64Bit() { return (GetCPUType() & CPU_ARCH_ABI64) == CPU_ARCH_ABI64; }
minidump_generator.cc 104 cpu_type_ = dynamic_images_->GetCPUType();
    [all...]

Completed in 57 milliseconds