HomeSort by relevance Sort by last modified time
    Searched refs:macho_object (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Object/
SymbolicFile.cpp 49 case sys::fs::file_magic::macho_object:
Binary.cpp 52 case sys::fs::file_magic::macho_object:
ObjectFile.cpp 66 case sys::fs::file_magic::macho_object:
  /external/llvm/unittests/Support/
Path.cpp 492 const char macho_object[] = "\xfe\xed\xfa\xce..........\x00\x01"; member in namespace:__anon31154
520 DEFINE(macho_object),
  /external/llvm/include/llvm/Support/
FileSystem.h 233 macho_object, ///< Mach-O Object file enumerator in enum:llvm::sys::fs::file_magic::Impl
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 742 case sys::fs::file_magic::macho_object:
  /external/llvm/lib/Support/
Path.cpp 1011 case 1: return file_magic::macho_object;

Completed in 3140 milliseconds