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

  /external/llvm/lib/Object/
ObjectFile.cpp 63 case sys::fs::file_magic::macho_preload_executable:
Binary.cpp 74 case sys::fs::file_magic::macho_preload_executable:
  /external/llvm/include/llvm/Support/
FileSystem.h 233 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 517 case sys::fs::file_magic::macho_preload_executable:
  /external/llvm/lib/Support/
Path.cpp 921 case 5: return file_magic::macho_preload_executable;

Completed in 554 milliseconds