Searched refs:BundleOutput (Results 1 – 1 of 1) sorted by relevance
3366 std::optional<bool> BundleOutput; member in __anonb8862b370811::OffloadingActionBuilder::HIPActionBuilder3398 BundleOutput = Args.hasFlag(options::OPT_gpu_bundle_output, in HIPActionBuilder()3506 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in getDeviceDependences()3551 if (CompileDeviceOnly && CurPhase == FinalPhase && BundleOutput && in getDeviceDependences()3552 *BundleOutput) { in getDeviceDependences()3611 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in appendLinkDeviceActions()