Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DCallInterface.h308 bool mustMapInterfaceSymbols() const;
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp267 bool Fortran::lower::CallerInterface::mustMapInterfaceSymbols() const { in mustMapInterfaceSymbols() function in Fortran::lower::CallerInterface
H A DConvertExpr.cpp2465 if (caller.mustMapInterfaceSymbols()) { in genCallOpAndResult()