Searched refs:OffloadingImage (Results 1 – 5 of 5) sorted by relevance
92 using OffloadingImage = OffloadBinary::OffloadingImage; typedef185 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()1003 DenseMap<OffloadKind, SmallVector<OffloadingImage>> Images; in linkAndWrapDeviceFiles()1055 OffloadingImage TheImage{}; in linkAndWrapDeviceFiles()[all …]
69 struct OffloadingImage { struct81 static std::unique_ptr<MemoryBuffer> write(const OffloadingImage &); argument
23 object::OffloadBinary::OffloadingImage Image{}; in yaml2offload()
85 OffloadBinary::OffloadingImage ImageBinary{}; in bundleImages()
208 OffloadBinary::write(const OffloadingImage &OffloadingData) { in write()