Lines Matching refs:CodeGenOptions
17 #include "flang/Frontend/CodeGenOptions.h"
127 static bool parseDebugArgs(Fortran::frontend::CodeGenOptions &opts,
160 static bool parseVectorLibArg(Fortran::frontend::CodeGenOptions &opts,
190 static CodeGenOptions::OptRemark
197 CodeGenOptions::OptRemark result;
204 result.Kind = CodeGenOptions::RemarkKind::RK_Enabled;
211 result.Kind = CodeGenOptions::RemarkKind::RK_Disabled;
217 result.Kind = CodeGenOptions::RemarkKind::RK_WithPattern;
225 return CodeGenOptions::OptRemark();
232 static void parseCodeGenArgs(Fortran::frontend::CodeGenOptions &opts,
1640 const CodeGenOptions &codegenOpts = getCodeGenOpts();