Home
last modified time | relevance | path

Searched refs:coff_cl_gl_object (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMagic.h43 coff_cl_gl_object, ///< Microsoft cl.exe's intermediate code file enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DBinary.cpp86 case file_magic::coff_cl_gl_object: in createBinary()
H A DObjectFile.cpp144 case file_magic::coff_cl_gl_object: in createObjectFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMagic.cpp51 return file_magic::coff_cl_gl_object; in identify_magic()