Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1871 bool NeedLocTracking = false; in ParseCodeGenArgs() local
1874 NeedLocTracking = true; in ParseCodeGenArgs()
1878 NeedLocTracking = true; in ParseCodeGenArgs()
1883 NeedLocTracking = true; in ParseCodeGenArgs()
1895 NeedLocTracking |= Opts.OptimizationRemark.hasValidPattern() || in ParseCodeGenArgs()
1932 NeedLocTracking = true; in ParseCodeGenArgs()
1935 NeedLocTracking = true; in ParseCodeGenArgs()
1939 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()