Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h59 offload_bundle, ///< Clang offload bundle file enumerator
/src/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp91 case file_magic::offload_bundle: in createBinary()
H A DObjectFile.cpp169 case file_magic::offload_bundle: in createObjectFile()
/src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp271 return file_magic::offload_bundle; in identify_magic()
/src/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp347 if (llvm::identify_magic(FC) != llvm::file_magic::offload_bundle) in ReadHeader()
536 if (llvm::identify_magic(*NameOrErr) != llvm::file_magic::offload_bundle) in IsOffloadSection()