Searched defs:PrintMachHeader (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7392 static void PrintMachHeader(uint32_t magic, uint32_t cputype, function
9014 static void PrintMachHeader(const MachOObjectFile *Obj, bool verbose) { function
9018 PrintMachHeader(H_64.magic, H_64.cputype, H_64.cpusubtype, H_64.filetype,
9023 PrintMachHeader(H.magic, H.cputype, H.cpusubtype, H.filetype, H.ncmds,
9030 PrintMachHeader(file, !NonVerbose);

Completed in 108 milliseconds