Searched refs:BundleOutput (Results 1 – 1 of 1) sorted by relevance
3670 std::optional<bool> BundleOutput; member in __anon17dcc6010c11::OffloadingActionBuilder::HIPActionBuilder3702 BundleOutput = Args.hasFlag(options::OPT_gpu_bundle_output, in HIPActionBuilder()3815 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in getDeviceDependences()3860 if (CompileDeviceOnly && CurPhase == FinalPhase && BundleOutput && in getDeviceDependences()3861 *BundleOutput) { in getDeviceDependences()3920 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in appendLinkDeviceActions()