Home
last modified time | relevance | path

Searched refs:coff_object (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Support/
DPath.cpp974 return file_magic::coff_object; in identify_magic()
983 return file_magic::coff_object; in identify_magic()
1074 return file_magic::coff_object; in identify_magic()
1079 return file_magic::coff_object; in identify_magic()
1094 return file_magic::coff_object; in identify_magic()
/external/llvm/lib/Object/
DSymbolicFile.cpp65 case sys::fs::file_magic::coff_object: { in createSymbolicFile()
DBinary.cpp62 case sys::fs::file_magic::coff_object: in createBinary()
DFunctionIndexObjectFile.cpp60 case sys::fs::file_magic::coff_object: { in findBitcodeInMemBuffer()
DObjectFile.cpp93 case sys::fs::file_magic::coff_object: in createObjectFile()
DIRObjectFile.cpp289 case sys::fs::file_magic::coff_object: { in findBitcodeInMemBuffer()
/external/llvm/unittests/Support/
DPath.cpp722 const char coff_object[] = "\x00\x00......"; variable
756 DEFINE(coff_object), in TEST_F()
757 { "coff_bigobj", coff_bigobj, sizeof(coff_bigobj), fs::file_magic::coff_object }, in TEST_F()
/external/llvm/include/llvm/Support/
DFileSystem.h247 coff_object, ///< COFF object file enumerator