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

  /external/llvm/lib/Object/
Binary.cpp 63 case sys::fs::file_magic::coff_import_library:
SymbolicFile.cpp 57 case sys::fs::file_magic::coff_import_library:
ObjectFile.cpp 82 case sys::fs::file_magic::coff_import_library:
  /external/llvm/lib/Support/
Path.cpp 910 return file_magic::coff_import_library;
915 return file_magic::coff_import_library;
919 return file_magic::coff_import_library;
  /external/llvm/unittests/Support/
Path.cpp 586 const char coff_import_library[] = "\x00\x00\xff\xff...."; member in namespace:__anon15626
619 DEFINE(coff_import_library),
  /external/llvm/include/llvm/Support/
FileSystem.h 247 coff_import_library, ///< COFF import library enumerator in enum:llvm::sys::fs::file_magic::Impl

Completed in 112 milliseconds