Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp507 static bool shouldIncludePTX(const ArgList &Args, StringRef InputArch) { in shouldIncludePTX() argument
516 (ArchStr == "all" || ArchStr == InputArch)) in shouldIncludePTX()
519 (ArchStr == "all" || ArchStr == InputArch)) in shouldIncludePTX()