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.cpp503 static bool shouldIncludePTX(const ArgList &Args, StringRef InputArch) { in shouldIncludePTX() argument
512 (ArchStr == "all" || ArchStr == InputArch)) in shouldIncludePTX()
515 (ArchStr == "all" || ArchStr == InputArch)) in shouldIncludePTX()