Home
last modified time | relevance | path

Searched refs:macho_object (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DSymbolicFile.cpp74 case file_magic::macho_object: in createSymbolicFile()
121 case file_magic::macho_object: in isSymbolicFile()
H A DBinary.cpp59 case file_magic::macho_object: in createBinary()
H A DIRObjectFile.cpp96 case file_magic::macho_object: in findBitcodeInMemBuffer()
H A DObjectFile.cpp159 case file_magic::macho_object: in createObjectFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMagic.h30 macho_object, ///< Mach-O Object file enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMagic.cpp153 return file_magic::macho_object; in identify_magic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp395 case file_magic::macho_object: in createLinkGraphFromObject()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1030 case file_magic::macho_object: in getFirstFileTriple()