Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1868 bool NeedLocTracking = false; in ParseCodeGenArgs() local
1871 NeedLocTracking = true; in ParseCodeGenArgs()
1875 NeedLocTracking = true; in ParseCodeGenArgs()
1880 NeedLocTracking = true; in ParseCodeGenArgs()
1892 NeedLocTracking |= Opts.OptimizationRemark.hasValidPattern() || in ParseCodeGenArgs()
1929 NeedLocTracking = true; in ParseCodeGenArgs()
1932 NeedLocTracking = true; in ParseCodeGenArgs()
1936 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()