Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DObjectFile.cpp60 case sys::fs::file_magic::macho_executable: in createObjectFile()
DBinary.cpp71 case sys::fs::file_magic::macho_executable: in createBinary()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp514 case sys::fs::file_magic::macho_executable: in loadObject()
/external/llvm/include/llvm/Support/
DFileSystem.h230 macho_executable, ///< Mach-O Executable enumerator
/external/llvm/lib/Support/
DPath.cpp918 case 2: return file_magic::macho_executable; in identify_magic()