Searched refs:BundleOutput (Results 1 – 1 of 1) sorted by relevance
3171 Optional<bool> BundleOutput; member in __anon7f4eb1310a11::OffloadingActionBuilder::HIPActionBuilder3180 BundleOutput = Args.hasFlag(options::OPT_gpu_bundle_output, in HIPActionBuilder()3285 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in getDeviceDependences()3328 if (CompileDeviceOnly && CurPhase == FinalPhase && BundleOutput && in getDeviceDependences()3329 BundleOutput.value()) { in getDeviceDependences()3385 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in appendLinkDeviceActions()