Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h56 cuda_fatbinary, ///< CUDA Fatbinary object file enumerator
/llvm-project/llvm/lib/Object/
H A DBinary.cpp88 case file_magic::cuda_fatbinary: in createBinary()
H A DObjectFile.cpp166 case file_magic::cuda_fatbinary: in createObjectFile()
/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp210 return file_magic::cuda_fatbinary; in identify_magic()