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

  /external/llvm/lib/Object/
SymbolicFile.cpp 50 case sys::fs::file_magic::macho_executable:
Binary.cpp 53 case sys::fs::file_magic::macho_executable:
ObjectFile.cpp 67 case sys::fs::file_magic::macho_executable:
  /external/llvm/unittests/Support/
Path.cpp 493 const char macho_executable[] = "\xfe\xed\xfa\xce..........\x00\x02"; member in namespace:__anon31154
521 DEFINE(macho_executable),
  /external/llvm/include/llvm/Support/
FileSystem.h 234 macho_executable, ///< Mach-O Executable enumerator in enum:llvm::sys::fs::file_magic::Impl
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 743 case sys::fs::file_magic::macho_executable:
  /external/llvm/lib/Support/
Path.cpp 1012 case 2: return file_magic::macho_executable;

Completed in 650 milliseconds