Home
last modified time | relevance | path

Searched refs:pecoff_executable (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMagic.h46 pecoff_executable, ///< PECOFF executable file enumerator
/freebsd-12.1/contrib/llvm/lib/Object/
H A DSymbolicFile.cpp71 case file_magic::pecoff_executable: in createSymbolicFile()
H A DBinary.cpp70 case file_magic::pecoff_executable: in createBinary()
H A DObjectFile.cpp152 case file_magic::pecoff_executable: in createObjectFile()
/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DMagic.cpp191 return file_magic::pecoff_executable; in identify_magic()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp176 case file_magic::pecoff_executable: in addBuffer()