Searched refs:BundleOutput (Results 1 – 1 of 1) sorted by relevance
3403 // BundleOutput needs to be tri-value: None, true, or false.3407 std::optional<bool> BundleOutput; member in __anon17dcc6010811::OffloadingActionBuilder::HIPActionBuilder 3439 BundleOutput = Args.hasFlag(options::OPT_gpu_bundle_output, in HIPActionBuilder() 3547 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in getDeviceDependences() 3592 if (CompileDeviceOnly && CurPhase == FinalPhase && BundleOutput && in getDeviceDependences() 3593 *BundleOutput) { in getDeviceDependences() 3652 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in appendLinkDeviceActions()