Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDSymbolicFile.cpp56 case file_magic::macho_executable: in createSymbolicFile()
107 case file_magic::macho_executable: in isSymbolicFile()
HDBinary.cpp60 case file_magic::macho_executable: in createBinary()
HDObjectFile.cpp182 case file_magic::macho_executable: in createObjectFile()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMagic.h33 macho_executable, ///< Mach-O Executable enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
HDMagic.cpp180 return file_magic::macho_executable; in identify_magic()
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDDriverUtils.cpp257 magic == file_magic::macho_executable || in loadDylib()
HDDriver.cpp415 case file_magic::macho_executable: in addFile()