Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInvocation.h152 bool &getDebugModuleDir() { return debugModuleDir; } in getDebugModuleDir() function
153 const bool &getDebugModuleDir() const { return debugModuleDir; } in getDebugModuleDir() function
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendAction.cpp171 ci.getInvocation().getDebugModuleDir())); in runSemanticChecks()