Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Frontend/
DFrontendActions.cpp43 ci.WriteOutputStream(fileContent.data()); in ExecuteAction()
58 ci.WriteOutputStream(outForPP.str()); in ExecuteAction()
/external/llvm-project/flang/include/flang/Frontend/
DCompilerInstance.h202 void WriteOutputStream(const std::string &message) { in WriteOutputStream() function