Home
last modified time | relevance | path

Searched refs:BundleOutput (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3366 std::optional<bool> BundleOutput; member in __anonb8862b370811::OffloadingActionBuilder::HIPActionBuilder
3398 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()