Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DSymbolicFile.cpp66 case file_magic::pecoff_executable: in createSymbolicFile()
116 case file_magic::pecoff_executable: in isSymbolicFile()
H A DBinary.cpp72 case file_magic::pecoff_executable: in createBinary()
H A DObjectFile.cpp175 case file_magic::pecoff_executable: in createObjectFile()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMagic.h47 pecoff_executable, ///< PECOFF executable file enumerator
/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DMagic.cpp216 return file_magic::pecoff_executable; in identify_magic()
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp225 case file_magic::pecoff_executable: in addBuffer()