Home
last modified time | relevance | path

Searched refs:cuda_fatbinary (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMagic.h54 cuda_fatbinary, ///< CUDA Fatbinary object file enumerator
/llvm-project-15.0.7/llvm/lib/Object/
H A DBinary.cpp86 case file_magic::cuda_fatbinary: in createBinary()
H A DObjectFile.cpp149 case file_magic::cuda_fatbinary: in createObjectFile()
/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DMagic.cpp194 return file_magic::cuda_fatbinary; in identify_magic()