Home
last modified time | relevance | path

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

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