Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp3410 const InputInfo *OpenMPDeviceInput = nullptr; in ConstructJob() local
3425 } else if (IsOpenMPDevice && !OpenMPDeviceInput) { in ConstructJob()
3426 OpenMPDeviceInput = &I; in ConstructJob()
5210 if (OpenMPDeviceInput) { in ConstructJob()
5212 CmdArgs.push_back(Args.MakeArgString(OpenMPDeviceInput->getFilename())); in ConstructJob()