Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DSymbolicFile.cpp52 case sys::fs::file_magic::macho_preload_executable: in createSymbolicFile()
DBinary.cpp55 case sys::fs::file_magic::macho_preload_executable: in createBinary()
DObjectFile.cpp85 case sys::fs::file_magic::macho_preload_executable: in createObjectFile()
/external/llvm/unittests/Support/
DPath.cpp734 const char macho_preload_executable[] = "\xfe\xed\xfa\xce..........\x00\x05"; variable
765 DEFINE(macho_preload_executable), in TEST_F()
/external/llvm/include/llvm/Support/
DFileSystem.h239 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator
/external/llvm/lib/Support/
DPath.cpp1056 case 5: return file_magic::macho_preload_executable; in identify_magic()