Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCuda.cpp428 bool includePTX = true; in shouldIncludePTX() local
436 includePTX = A->getOption().matches(options::OPT_cuda_include_ptx_EQ); in shouldIncludePTX()
440 return includePTX; in shouldIncludePTX()