Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h43 macho_universal_binary, ///< Mach-O universal binary enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp79 case file_magic::macho_universal_binary: in createBinary()
H A DObjectFile.cpp161 case file_magic::macho_universal_binary: in createObjectFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp142 return file_magic::macho_universal_binary; in identify_magic()