Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DSymbolicFile.cpp47 case sys::fs::file_magic::macho_executable: in createSymbolicFile()
H A DBinary.cpp52 case sys::fs::file_magic::macho_executable: in createBinary()
H A DObjectFile.cpp70 case sys::fs::file_magic::macho_executable: in createObjectFile()
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DPath.cpp550 const char macho_executable[] = "\xfe\xed\xfa\xce..........\x00\x02"; variable
581 DEFINE(macho_executable), in TEST_F()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h235 macho_executable, ///< Mach-O Executable enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DPath.cpp1006 case 2: return file_magic::macho_executable; in identify_magic()