Home
last modified time | relevance | path

Searched defs:supportsDebugInfoOption (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h524 virtual bool supportsDebugInfoOption(const llvm::opt::Arg *) const { in supportsDebugInfoOption() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.cpp774 bool CudaToolChain::supportsDebugInfoOption(const llvm::opt::Arg *A) const { in supportsDebugInfoOption() function in CudaToolChain