Lines Matching refs:OffloadingImage
92 using OffloadingImage = OffloadBinary::OffloadingImage; typedef
185 OffloadingImage Image{}; in getInputBitcodeLibrary()
875 bundleOpenMP(ArrayRef<OffloadingImage> Images) { in bundleOpenMP()
877 for (const OffloadingImage &Image : Images) in bundleOpenMP()
884 bundleCuda(ArrayRef<OffloadingImage> Images, const ArgList &Args) { in bundleCuda()
886 for (const OffloadingImage &Image : Images) in bundleCuda()
907 bundleHIP(ArrayRef<OffloadingImage> Images, const ArgList &Args) { in bundleHIP()
909 for (const OffloadingImage &Image : Images) in bundleHIP()
932 bundleLinkedOutput(ArrayRef<OffloadingImage> Images, const ArgList &Args, in bundleLinkedOutput()
1003 DenseMap<OffloadKind, SmallVector<OffloadingImage>> Images; in linkAndWrapDeviceFiles()
1055 OffloadingImage TheImage{}; in linkAndWrapDeviceFiles()
1079 llvm::sort(Input, [](OffloadingImage &A, OffloadingImage &B) { in linkAndWrapDeviceFiles()