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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
Magic.h 38 macho_bundle, ///< Mach-O Bundle file enumerator in enum:llvm::file_magic::Impl
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/BinaryFormat/
TestFileMagic.cpp 73 const char macho_bundle[] = variable
110 DEFINE(macho_bundle),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
SymbolicFile.cpp 67 case file_magic::macho_bundle:
Binary.cpp 64 case file_magic::macho_bundle:
ObjectFile.cpp 137 case file_magic::macho_bundle:
  /external/llvm/lib/Object/
Binary.cpp 58 case sys::fs::file_magic::macho_bundle:
SymbolicFile.cpp 55 case sys::fs::file_magic::macho_bundle:
ObjectFile.cpp 98 case sys::fs::file_magic::macho_bundle:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
Magic.cpp 158 return file_magic::macho_bundle;
  /external/llvm/include/llvm/Support/
FileSystem.h 256 macho_bundle, ///< Mach-O Bundle file enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 257 macho_bundle, ///< Mach-O Bundle file enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 758 const char macho_bundle[] = member in namespace:__anon32120
791 DEFINE(macho_bundle),
    [all...]
  /external/llvm/lib/Support/
Path.cpp 1099 case 8: return file_magic::macho_bundle;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 1096 case 8: return file_magic::macho_bundle;
    [all...]

Completed in 75 milliseconds