Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp4489 const InputInfo *OpenMPDeviceInput = nullptr; in ConstructJob() local
4514 } else if (IsOpenMPDevice && !OpenMPDeviceInput) { in ConstructJob()
4515 OpenMPDeviceInput = &I; in ConstructJob()
7061 if (OpenMPDeviceInput) { in ConstructJob()
7063 CmdArgs.push_back(Args.MakeArgString(OpenMPDeviceInput->getFilename())); in ConstructJob()