Searched refs:coff_object (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Object/
H A DSymbolicFile.cpp59 case sys::fs::file_magic::coff_object:
H A DBinary.cpp62 case sys::fs::file_magic::coff_object:
H A DObjectFile.cpp77 case sys::fs::file_magic::coff_object:
/external/llvm/lib/Support/
H A DPath.cpp946 return file_magic::coff_object;
1032 return file_magic::coff_object;
1037 return file_magic::coff_object;
1052 return file_magic::coff_object;
/external/llvm/unittests/Support/
H A DPath.cpp487 const char coff_object[] = "\x00\x00......"; member in namespace:__anon26543
516 DEFINE(coff_object),
/external/llvm/include/llvm/Support/
H A DFileSystem.h244 coff_object, ///< COFF object file enumerator in enum:llvm::sys::fs::file_magic::Impl
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp759 case sys::fs::file_magic::coff_object:

Completed in 4538 milliseconds