Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp7595 const Action *CurDep = JA.getInputs()[I]; in ConstructJob() local
7597 if (const auto *OA = dyn_cast<OffloadAction>(CurDep)) { in ConstructJob()
7608 if (CurKind == Action::OFK_HIP && CurDep->getOffloadingArch()) { in ConstructJob()
7610 Triples += CurDep->getOffloadingArch(); in ConstructJob()