Lines Matching refs:CodeGenOptions
11 Note: I kept the LimitedDebugInfo name in CodeGenOptions::DebugInfoKind
25 (DebugKind <= CodeGenOptions::LimitedDebugInfo &&
47 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK,
54 @@ -322,10 +323,16 @@ static bool ParseCodeGenArgs(CodeGenOptions &Opts,
55 Opts.setDebugInfo(CodeGenOptions::DebugLineTablesOnly);
66 + Opts.setDebugInfo(CodeGenOptions::FullDebugInfo);
68 Opts.setDebugInfo(CodeGenOptions::LimitedDebugInfo);
70 - Opts.setDebugInfo(CodeGenOptions::FullDebugInfo);
223 Index: tools/clang/include/clang/Frontend/CodeGenOptions.h
225 --- tools/clang/include/clang/Frontend/CodeGenOptions.h
226 +++ tools/clang/include/clang/Frontend/CodeGenOptions.h
227 @@ -50,12 +50,20 @@ class CodeGenOptions : public CodeGenOptionsBase {