Searched refs:macho_object (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Object/
H A DSymbolicFile.cpp49 case sys::fs::file_magic::macho_object:
H A DBinary.cpp52 case sys::fs::file_magic::macho_object:
H A DObjectFile.cpp66 case sys::fs::file_magic::macho_object:
/external/llvm/unittests/Support/
H A DPath.cpp492 const char macho_object[] = "\xfe\xed\xfa\xce..........\x00\x01"; member in namespace:__anon26543
520 DEFINE(macho_object),
/external/llvm/include/llvm/Support/
H A DFileSystem.h233 macho_object, ///< Mach-O Object file enumerator in enum:llvm::sys::fs::file_magic::Impl
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp742 case sys::fs::file_magic::macho_object:
/external/llvm/lib/Support/
H A DPath.cpp1011 case 1: return file_magic::macho_object;

Completed in 1185 milliseconds