Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h46 coff_cl_gl_object, ///< Microsoft cl.exe's intermediate code file enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp89 case file_magic::coff_cl_gl_object: in createBinary()
H A DObjectFile.cpp159 case file_magic::coff_cl_gl_object: in createObjectFile()
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp49 return file_magic::coff_cl_gl_object; in identify_magic()
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DDriver.cpp214 case file_magic::coff_cl_gl_object: in addBuffer()
294 } else if (magic == file_magic::coff_cl_gl_object) { in addArchiveBuffer()