Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp3171 Optional<bool> BundleOutput; member in __anon7f4eb1310a11::OffloadingActionBuilder::HIPActionBuilder
3180 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()