Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DSymbolicFile.cpp56 case file_magic::macho_executable: in createSymbolicFile()
105 case file_magic::macho_executable: in isSymbolicFile()
H A DBinary.cpp60 case file_magic::macho_executable: in createBinary()
H A DObjectFile.cpp160 case file_magic::macho_executable: in createObjectFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMagic.h31 macho_executable, ///< Mach-O Executable enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMagic.cpp155 return file_magic::macho_executable; in identify_magic()