Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp8558 bool WantDebug = false; in ConstructJob() local
8561 WantDebug = !A->getOption().matches(options::OPT_g0) && in ConstructJob()
8575 if (!EmitCodeView && !EmitDwarf && WantDebug) { in ConstructJob()
8588 WantDebug = false; in ConstructJob()
8603 DebugInfoKind = (WantDebug ? llvm::codegenoptions::DebugInfoConstructor in ConstructJob()