Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp2119 bool enablesDebugInfo = A && !A->getOption().matches(options::OPT_g0) && in BuildUniversalActions() local
2121 if ((enablesDebugInfo || willEmitRemarks(Args)) && in BuildUniversalActions()