Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp6490 bool WantDebug = false; in ConstructJob() local
6494 WantDebug = !A->getOption().matches(options::OPT_g0) && in ConstructJob()
6496 if (WantDebug) in ConstructJob()
6510 DebugInfoKind = (WantDebug ? codegenoptions::LimitedDebugInfo in ConstructJob()