Searched refs:OffloadingImage (Results 1 – 6 of 6) sorted by relevance
69 struct OffloadingImage { struct81 static std::unique_ptr<MemoryBuffer> write(const OffloadingImage &); argument
86 using OffloadingImage = OffloadBinary::OffloadingImage; typedef195 OffloadingImage Image{}; in getInputBitcodeLibrary()1172 bundleOpenMP(ArrayRef<OffloadingImage> Images) { in bundleOpenMP()1174 for (const OffloadingImage &Image : Images) in bundleOpenMP()1181 bundleCuda(ArrayRef<OffloadingImage> Images, const ArgList &Args) { in bundleCuda()1183 for (const OffloadingImage &Image : Images) in bundleCuda()1204 bundleHIP(ArrayRef<OffloadingImage> Images, const ArgList &Args) { in bundleHIP()1206 for (const OffloadingImage &Image : Images) in bundleHIP()1229 bundleLinkedOutput(ArrayRef<OffloadingImage> Images, const ArgList &Args, in bundleLinkedOutput()1294 DenseMap<OffloadKind, SmallVector<OffloadingImage, 2>> Images; in linkAndWrapDeviceFiles()[all …]
23 object::OffloadBinary::OffloadingImage Image{}; in yaml2offload()
39 OffloadBinary::OffloadingImage Data; in TEST()
93 OffloadBinary::OffloadingImage ImageBinary{}; in main()
56 OffloadBinary::write(const OffloadingImage &OffloadingData) { in write()