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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1299 // printUnknownCPUType() helps print_fat_headers for unknown CPU's.
1300 static void printUnknownCPUType(uint32_t cputype, uint32_t cpusubtype) { function
1316 printUnknownCPUType(cputype, cpusubtype);
1331 printUnknownCPUType(cputype, cpusubtype);
1382 printUnknownCPUType(cputype, cpusubtype);
1393 printUnknownCPUType(cputype, cpusubtype);
1398 printUnknownCPUType(cputype, cpusubtype);

Completed in 75 milliseconds