Searched defs:outputStream (Results 1 – 6 of 6) sorted by relevance
/llvm-project/flang/unittests/Frontend/ |
H A D | FrontendActionTest.cpp | 160 std::unique_ptr<llvm::raw_pwrite_stream> outputStream( in TEST_F() local
|
/llvm-project/flang/include/flang/Frontend/ |
H A D | CompilerInstance.h | 86 std::unique_ptr<llvm::raw_pwrite_stream> outputStream; global() variable
|
/llvm-project/flang/lib/Lower/ |
H A D | PFTBuilder.cpp | 1172 dumpPFT(llvm::raw_ostream & outputStream,const lower::pft::Program & pft) dumpPFT() argument 1205 dumpEvaluation(llvm::raw_ostream & outputStream,const lower::pft::Evaluation & eval,const std::string & indentString,int indent=1) dumpEvaluation() argument 1246 dumpEvaluationList(llvm::raw_ostream & outputStream,const lower::pft::EvaluationList & evaluationList,int indent=1) dumpEvaluationList() argument 1256 dumpFunctionLikeUnit(llvm::raw_ostream & outputStream,const lower::pft::FunctionLikeUnit & functionLikeUnit) dumpFunctionLikeUnit() argument 1298 dumpModuleLikeUnit(llvm::raw_ostream & outputStream,const lower::pft::ModuleLikeUnit & moduleLikeUnit) dumpModuleLikeUnit() argument 1327 dumpCompilerDirectiveUnit(llvm::raw_ostream & outputStream,const lower::pft::CompilerDirectiveUnit & directive) dumpCompilerDirectiveUnit() argument 1342 dumpContainedUnitList(llvm::raw_ostream & outputStream,const lower::pft::ContainedUnitList & containedUnitList) dumpContainedUnitList() argument 1362 dumpOpenACCDirectiveUnit(llvm::raw_ostream & outputStream,const lower::pft::OpenACCDirectiveUnit & directive) dumpOpenACCDirectiveUnit() argument 1881 dumpPFT(llvm::raw_ostream & outputStream,const lower::pft::Program & pft) dumpPFT() argument [all...] |
/llvm-project/mlir/lib/Target/LLVM/ |
H A D | ModuleToObject.cpp | 203 llvm::raw_svector_ostream outputStream(binaryData); moduleToObject() local
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVReader.h | 240 raw_ostream &outputStream() { return OS; } in outputStream() function
|
/llvm-project/mlir/lib/Tools/mlir-opt/ |
H A D | MlirOptMain.cpp | 525 MlirOptMain(llvm::raw_ostream & outputStream,std::unique_ptr<llvm::MemoryBuffer> buffer,DialectRegistry & registry,const MlirOptMainConfig & config) MlirOptMain() argument
|