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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
Magic.h 41 macho_kext_bundle, ///< Mach-O kext bundle file enumerator in enum:llvm::file_magic::Impl
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/BinaryFormat/
TestFileMagic.cpp 77 const char macho_kext_bundle[] = variable
113 DEFINE(macho_kext_bundle),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
SymbolicFile.cpp 70 case file_magic::macho_kext_bundle:
Binary.cpp 67 case file_magic::macho_kext_bundle:
ObjectFile.cpp 140 case file_magic::macho_kext_bundle:
  /external/llvm/lib/Object/
Binary.cpp 61 case sys::fs::file_magic::macho_kext_bundle:
SymbolicFile.cpp 58 case sys::fs::file_magic::macho_kext_bundle:
ObjectFile.cpp 101 case sys::fs::file_magic::macho_kext_bundle:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
Magic.cpp 164 return file_magic::macho_kext_bundle;
  /external/llvm/include/llvm/Support/
FileSystem.h 259 macho_kext_bundle, ///< Mach-O kext bundle file enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 260 macho_kext_bundle, ///< Mach-O kext bundle file enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 762 const char macho_kext_bundle[] = member in namespace:__anon32120
794 DEFINE(macho_kext_bundle),
    [all...]
  /external/llvm/lib/Support/
Path.cpp 1102 case 11: return file_magic::macho_kext_bundle;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 1099 case 11: return file_magic::macho_kext_bundle;
    [all...]

Completed in 2916 milliseconds