Searched refs:coff_object (Results 1 – 13 of 13) sorted by relevance
47 return file_magic::coff_object; in identify_magic()58 return file_magic::coff_object; in identify_magic()200 return file_magic::coff_object; in identify_magic()206 return file_magic::coff_object; in identify_magic()226 return file_magic::coff_object; in identify_magic()
51 const char coff_object[] = "\x00\x00......"; variable102 DEFINE(coff_object), in TEST_F()104 file_magic::coff_object}, in TEST_F()
75 case file_magic::coff_object: { in createSymbolicFile()123 case file_magic::coff_object: in isSymbolicFile()
70 case file_magic::coff_object: in createBinary()
98 case file_magic::coff_object: { in findBitcodeInMemBuffer()
173 case file_magic::coff_object: in createObjectFile()
45 coff_object, ///< COFF object file enumerator
185 if (Magic != file_magic::coff_object && Magic != file_magic::bitcode && in appendFile()227 if (Magic == file_magic::coff_object || Magic == file_magic::bitcode) { in appendFile()229 (Magic == file_magic::coff_object) ? getCOFFFileMachine(MB) in appendFile()
51 if (Magic != file_magic::coff_object) in createLinkGraphFromCOFFObject()
412 case file_magic::coff_object: in createLinkGraphFromObject()
311 if (Magic == file_magic::coff_object) { in open()
1261 case file_magic::coff_object: in getFirstFileTriple()1267 if (Magic == file_magic::coff_object) in getFirstFileTriple()
215 case file_magic::coff_object: in addBuffer()278 if (magic == file_magic::coff_object) { in addArchiveBuffer()