Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp67 case file_magic::pecoff_executable: in createSymbolicFile()
118 case file_magic::pecoff_executable: in isSymbolicFile()
H A DBinary.cpp73 case file_magic::pecoff_executable: in createBinary()
H A DObjectFile.cpp196 case file_magic::pecoff_executable: in createObjectFile()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h49 pecoff_executable, ///< PECOFF executable file enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp232 return file_magic::pecoff_executable; in identify_magic()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp178 if (FileMagic == file_magic::pecoff_executable) { in handleBuffer()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp919 file_magic::pecoff_executable && in createScopes()
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DDriver.cpp217 case file_magic::pecoff_executable: in addBuffer()