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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
Magic.h 32 macho_executable, ///< Mach-O Executable enumerator in enum:llvm::file_magic::Impl
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/BinaryFormat/
TestFileMagic.cpp 61 const char macho_executable[] = variable
104 DEFINE(macho_executable),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
SymbolicFile.cpp 61 case file_magic::macho_executable:
Binary.cpp 58 case file_magic::macho_executable:
ObjectFile.cpp 131 case file_magic::macho_executable:
  /external/llvm/lib/Object/
Binary.cpp 52 case sys::fs::file_magic::macho_executable:
SymbolicFile.cpp 49 case sys::fs::file_magic::macho_executable:
ObjectFile.cpp 92 case sys::fs::file_magic::macho_executable:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
Magic.cpp 146 return file_magic::macho_executable;
  /external/llvm/include/llvm/Support/
FileSystem.h 250 macho_executable, ///< Mach-O Executable enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 251 macho_executable, ///< Mach-O Executable enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 746 const char macho_executable[] = member in namespace:__anon32120
785 DEFINE(macho_executable),
    [all...]
  /external/llvm/lib/Support/
Path.cpp 1093 case 2: return file_magic::macho_executable;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 1090 case 2: return file_magic::macho_executable;
    [all...]

Completed in 2371 milliseconds