Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.h164 bool supportsDebugInfoOption(const llvm::opt::Arg *A) const override;
H A DCuda.cpp759 bool NVPTXToolChain::supportsDebugInfoOption(const llvm::opt::Arg *A) const { in supportsDebugInfoOption() function in NVPTXToolChain
H A DClang.cpp870 if (TC.supportsDebugInfoOption(A)) in checkDebugInfoOption()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h606 virtual bool supportsDebugInfoOption(const llvm::opt::Arg *) const { in supportsDebugInfoOption() function