Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h44 macho_universal_binary, ///< Mach-O universal binary enumerator
/freebsd/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/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DGetDylibInterface.cpp116 case file_magic::macho_universal_binary: in getDylibInterface()
H A DLoadLinkableFile.cpp110 case file_magic::macho_universal_binary: in loadLinkableFile()
H A DMachO.cpp130 case file_magic::macho_universal_binary: in loadMachORelocatableObject()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp142 return file_magic::macho_universal_binary; in identify_magic()