Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp8030 bool WantDebug = false; in ConstructJob() local
8033 WantDebug = !A->getOption().matches(options::OPT_g0) && in ConstructJob()
8048 DebugInfoKind = (WantDebug ? codegenoptions::DebugInfoConstructor in ConstructJob()