Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInvocation.h146 std::string &getModuleDir() { return moduleDir; } in getModuleDir() function
147 const std::string &getModuleDir() const { return moduleDir; } in getModuleDir() function
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp738 auto &moduleDirJ = getModuleDir(); in setFortranOpts()
787 semanticsContext->set_moduleDirectory(getModuleDir()) in setSemanticsOpts()