Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInvocation.h149 std::string &getModuleFileSuffix() { return moduleFileSuffix; } in getModuleFileSuffix() function
150 const std::string &getModuleFileSuffix() const { return moduleFileSuffix; } in getModuleFileSuffix() function
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp792 .set_moduleFileSuffix(getModuleFileSuffix()); in setSemanticsOpts()