Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/tools/bbc/
H A Dbbc.cpp94 moduleSuffix("module-suffix", llvm::cl::desc("module file suffix override"), variable
324 .set_moduleFileSuffix(moduleSuffix) in main()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp502 if (const auto *moduleSuffix = in parseSemaArgs() local
504 res.setModuleFileSuffix(moduleSuffix->getValue()); in parseSemaArgs()