Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1935 bool NeedLocTracking = false; in ParseCodeGenArgs() local
1938 NeedLocTracking = true; in ParseCodeGenArgs()
1942 NeedLocTracking = true; in ParseCodeGenArgs()
1947 NeedLocTracking = true; in ParseCodeGenArgs()
1959 NeedLocTracking |= Opts.OptimizationRemark.hasValidPattern() || in ParseCodeGenArgs()
2013 NeedLocTracking = true; in ParseCodeGenArgs()
2016 NeedLocTracking = true; in ParseCodeGenArgs()
2020 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()