Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp3298 std::optional<bool> BundleOutput; member in __anon9720d3580811::OffloadingActionBuilder::HIPActionBuilder
3307 BundleOutput = Args.hasFlag(options::OPT_gpu_bundle_output, in HIPActionBuilder()
3412 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in getDeviceDependences()
3455 if (CompileDeviceOnly && CurPhase == FinalPhase && BundleOutput && in getDeviceDependences()
3456 *BundleOutput) { in getDeviceDependences()
3512 if (!CompileDeviceOnly || !BundleOutput || *BundleOutput) { in appendLinkDeviceActions()