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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
Magic.h 45 coff_import_library, ///< COFF import library enumerator in enum:llvm::file_magic::Impl
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/BinaryFormat/
TestFileMagic.cpp 55 const char coff_import_library[] = "\x00\x00\xff\xff...."; variable
100 DEFINE(coff_import_library),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
Magic.cpp 45 return file_magic::coff_import_library;
52 return file_magic::coff_import_library;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
SymbolicFile.cpp 74 case file_magic::coff_import_library:
Binary.cpp 69 case file_magic::coff_import_library:
ObjectFile.cpp 143 case file_magic::coff_import_library:
  /external/llvm/lib/Object/
Binary.cpp 63 case sys::fs::file_magic::coff_import_library:
SymbolicFile.cpp 61 case sys::fs::file_magic::coff_import_library:
ObjectFile.cpp 104 case sys::fs::file_magic::coff_import_library:
  /external/llvm/lib/Support/
Path.cpp 992 return file_magic::coff_import_library;
997 return file_magic::coff_import_library;
1001 return file_magic::coff_import_library;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 998 return file_magic::coff_import_library;
1005 return file_magic::coff_import_library;
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 262 coff_import_library, ///< COFF import library enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 264 coff_import_library, ///< COFF import library enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 740 const char coff_import_library[] = "\x00\x00\xff\xff...."; member in namespace:__anon32120
781 DEFINE(coff_import_library),
    [all...]

Completed in 765 milliseconds