Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4238 const InputInfo *OpenMPDeviceInput = nullptr; in ConstructJob() local
4253 } else if (IsOpenMPDevice && !OpenMPDeviceInput) { in ConstructJob()
4254 OpenMPDeviceInput = &I; in ConstructJob()
6637 if (OpenMPDeviceInput) { in ConstructJob()
6639 CmdArgs.push_back(Args.MakeArgString(OpenMPDeviceInput->getFilename())); in ConstructJob()