Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1942 bool NeedLocTracking = false; in ParseCodeGenArgs() local
1945 NeedLocTracking = true; in ParseCodeGenArgs()
1949 NeedLocTracking = true; in ParseCodeGenArgs()
1954 NeedLocTracking = true; in ParseCodeGenArgs()
1966 NeedLocTracking |= Opts.OptimizationRemark.hasValidPattern() || in ParseCodeGenArgs()
2020 NeedLocTracking = true; in ParseCodeGenArgs()
2023 NeedLocTracking = true; in ParseCodeGenArgs()
2027 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()