Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp503 bool includePTX = true; in shouldIncludePTX() local
511 includePTX = A->getOption().matches(options::OPT_cuda_include_ptx_EQ); in shouldIncludePTX()
515 return includePTX; in shouldIncludePTX()