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

  /external/llvm/lib/Object/
ObjectFile.cpp 60 case sys::fs::file_magic::macho_executable:
Binary.cpp 71 case sys::fs::file_magic::macho_executable:
  /external/llvm/include/llvm/Support/
FileSystem.h 230 macho_executable, ///< Mach-O Executable enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 514 case sys::fs::file_magic::macho_executable:
  /external/llvm/lib/Support/
Path.cpp 918 case 2: return file_magic::macho_executable;

Completed in 321 milliseconds