Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp167 case file_magic::macho_executable: in createObjectFile()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMagic.h32 macho_executable, ///< Mach-O Executable enumerator
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMagic.cpp166 return file_magic::macho_executable; in identify_magic()
/openbsd-src/gnu/llvm/lld/MachO/
H A DDriverUtils.cpp243 magic == file_magic::macho_executable || in loadDylib()
H A DDriver.cpp377 case file_magic::macho_executable: in addFile()