Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInstance.h271 void writeOutputStream(const std::string &message) { in writeOutputStream() function
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp200 ci.writeOutputStream(fileContent.data()); in executeAction()
230 ci.writeOutputStream(outForPP.str()); in executeAction()