Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp5926 bool WantDebug = false; in ConstructJob() local
5930 WantDebug = !A->getOption().matches(options::OPT_g0) && in ConstructJob()
5932 if (WantDebug) in ConstructJob()
5946 DebugInfoKind = (WantDebug ? codegenoptions::LimitedDebugInfo in ConstructJob()