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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
Magic.h 35 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator in enum:llvm::file_magic::Impl
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/BinaryFormat/
TestFileMagic.cpp 67 const char macho_preload_executable[] = variable
107 DEFINE(macho_preload_executable),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
SymbolicFile.cpp 64 case file_magic::macho_preload_executable:
Binary.cpp 61 case file_magic::macho_preload_executable:
ObjectFile.cpp 134 case file_magic::macho_preload_executable:
  /external/llvm/lib/Object/
Binary.cpp 55 case sys::fs::file_magic::macho_preload_executable:
SymbolicFile.cpp 52 case sys::fs::file_magic::macho_preload_executable:
ObjectFile.cpp 95 case sys::fs::file_magic::macho_preload_executable:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
Magic.cpp 152 return file_magic::macho_preload_executable;
  /external/llvm/include/llvm/Support/
FileSystem.h 253 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 254 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 752 const char macho_preload_executable[] = member in namespace:__anon32120
788 DEFINE(macho_preload_executable),
    [all...]
  /external/llvm/lib/Support/
Path.cpp 1096 case 5: return file_magic::macho_preload_executable;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 1093 case 5: return file_magic::macho_preload_executable;
    [all...]

Completed in 605 milliseconds