Home
last modified time | relevance | path

Searched refs:PrintMachHeader (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp8272 static void PrintMachHeader(uint32_t magic, uint32_t cputype, in PrintMachHeader() function
10252 static void PrintMachHeader(const MachOObjectFile *Obj, bool verbose) { in PrintMachHeader() function
10256 PrintMachHeader(H_64.magic, H_64.cputype, H_64.cpusubtype, H_64.filetype, in PrintMachHeader()
10261 PrintMachHeader(H.magic, H.cputype, H.cpusubtype, H.filetype, H.ncmds, in PrintMachHeader()
10268 PrintMachHeader(file, Verbose); in printMachOFileHeader()