Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp56 case file_magic::macho_executable: in createSymbolicFile()
107 case file_magic::macho_executable: in isSymbolicFile()
H A DBinary.cpp60 case file_magic::macho_executable: in createBinary()
H A DObjectFile.cpp182 case file_magic::macho_executable: in createObjectFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h33 macho_executable, ///< Mach-O Executable enumerator
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp180 return file_magic::macho_executable; in identify_magic()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp247 magic == file_magic::macho_executable || in loadDylib()
H A DDriver.cpp382 case file_magic::macho_executable: in addFile()