Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp67 case file_magic::pecoff_executable: in createSymbolicFile()
117 case file_magic::pecoff_executable: in isSymbolicFile()
H A DBinary.cpp73 case file_magic::pecoff_executable: in createBinary()
H A DObjectFile.cpp172 case file_magic::pecoff_executable: in createObjectFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h47 pecoff_executable, ///< PECOFF executable file enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp206 return file_magic::pecoff_executable; in identify_magic()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDriver.cpp237 case file_magic::pecoff_executable: in addBuffer()