Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DSymbolicFile.cpp57 case sys::fs::file_magic::pecoff_executable: in createSymbolicFile()
H A DBinary.cpp63 case sys::fs::file_magic::pecoff_executable: in createBinary()
H A DObjectFile.cpp82 case sys::fs::file_magic::pecoff_executable: in createObjectFile()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h247 pecoff_executable, ///< PECOFF executable file enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DPath.cpp1041 return file_magic::pecoff_executable; in identify_magic()