Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h60 offload_bundle, ///< Clang offload bundle file enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBundle.cpp120 if (identify_magic(Buf.getBuffer()) != file_magic::offload_bundle) in create()
163 if ((llvm::identify_magic(*Buffer) == llvm::file_magic::offload_bundle) || in extractOffloadBundleFatBinary()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp362 if (llvm::identify_magic(FC) != llvm::file_magic::offload_bundle) in ReadHeader()
551 if (llvm::identify_magic(*NameOrErr) != llvm::file_magic::offload_bundle) in IsOffloadSection()