Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMagic.h55 cuda_fatbinary, ///< CUDA Fatbinary object file enumerator
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DBinary.cpp87 case file_magic::cuda_fatbinary: in createBinary()
H A DObjectFile.cpp154 case file_magic::cuda_fatbinary: in createObjectFile()
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMagic.cpp196 return file_magic::cuda_fatbinary; in identify_magic()