Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.h162 bool supportsDebugInfoOption(const llvm::opt::Arg *A) const override;
H A DCuda.cpp774 bool CudaToolChain::supportsDebugInfoOption(const llvm::opt::Arg *A) const { in supportsDebugInfoOption() function in CudaToolChain
H A DClang.cpp1074 if (TC.supportsDebugInfoOption(A)) in checkDebugInfoOption()
/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