Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInvocation.h75 Fortran::frontend::CodeGenOptions codeGenOpts; variable
136 CodeGenOptions &getCodeGenOpts() { return codeGenOpts; } in getCodeGenOpts()
137 const CodeGenOptions &getCodeGenOpts() const { return codeGenOpts; } in getCodeGenOpts()