Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h60 offload_bundle_compressed, ///< Compressed clang offload bundle file enumerator
/src/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp92 case file_magic::offload_bundle_compressed: in createBinary()
H A DObjectFile.cpp170 case file_magic::offload_bundle_compressed: in createObjectFile()
/src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp100 return file_magic::offload_bundle_compressed; in identify_magic()
/src/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1078 llvm::file_magic::offload_bundle_compressed) { in decompress()