Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMagic.h59 offload_bundle, ///< Clang offload bundle file enumerator
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDBinary.cpp91 case file_magic::offload_bundle: in createBinary()
HDObjectFile.cpp169 case file_magic::offload_bundle: in createObjectFile()
/freebsd-head/contrib/llvm-project/llvm/lib/BinaryFormat/
HDMagic.cpp271 return file_magic::offload_bundle; in identify_magic()
/freebsd-head/contrib/llvm-project/clang/lib/Driver/
HDOffloadBundler.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()