Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DSymbolicFile.cpp59 case file_magic::macho_preload_executable: in createSymbolicFile()
109 case file_magic::macho_preload_executable: in isSymbolicFile()
H A DBinary.cpp63 case file_magic::macho_preload_executable: in createBinary()
H A DObjectFile.cpp165 case file_magic::macho_preload_executable: in createObjectFile()
/llvm-project-15.0.7/llvm/unittests/BinaryFormat/
H A DTestFileMagic.cpp69 const char macho_preload_executable[] = variable
113 DEFINE(macho_preload_executable), in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMagic.h35 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator
/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DMagic.cpp172 return file_magic::macho_preload_executable; in identify_magic()