Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInvocation.h85 std::string moduleFileSuffix = ".mod"; variable
149 std::string &getModuleFileSuffix() { return moduleFileSuffix; } in getModuleFileSuffix()
150 const std::string &getModuleFileSuffix() const { return moduleFileSuffix; } in getModuleFileSuffix()
199 moduleFileSuffix = std::string(suffix); in setModuleFileSuffix()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h95 const std::string &moduleFileSuffix() const { return moduleFileSuffix_; } in moduleFileSuffix() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp137 ModFileName(symbol.name(), ancestorName, context_.moduleFileSuffix())}; in Write()
972 auto path{ModFileName(name, ancestorName, context_.moduleFileSuffix())}; in Read()