Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2379 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders() local
2381 if (cputype != 0 && cpusubtype != 0 && cputype == other_cputype && in printMachOUniversalHeaders()