Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DSymbolicFile.cpp66 case file_magic::pecoff_executable: in createSymbolicFile()
115 case file_magic::pecoff_executable: in isSymbolicFile()
H A DBinary.cpp72 case file_magic::pecoff_executable: in createBinary()
H A DObjectFile.cpp173 case file_magic::pecoff_executable: in createObjectFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMagic.h46 pecoff_executable, ///< PECOFF executable file enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMagic.cpp201 return file_magic::pecoff_executable; in identify_magic()