Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp7394 bool WantDebug = false; in ConstructJob() local
7397 WantDebug = !A->getOption().matches(options::OPT_g0) && in ConstructJob()
7415 DebugInfoKind = (WantDebug ? codegenoptions::LimitedDebugInfo in ConstructJob()