reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/DOTGraphTraitsPass.h
  102     raw_fd_ostream File(Filename, EC, sys::fs::OF_Text);
  165     raw_fd_ostream File(Filename, EC, sys::fs::OF_Text);
lib/Analysis/CFGPrinter.cpp
  102   raw_fd_ostream File(Filename, EC, sys::fs::OF_Text);
lib/CodeGen/RegAllocPBQP.cpp
  851         raw_fd_ostream OS(GraphFileName, EC, sys::fs::OF_Text);
lib/IR/Core.cpp
  398   raw_fd_ostream dest(Filename, EC, sys::fs::OF_Text);
lib/IR/RemarkStreamer.cpp
  162   auto Flags = *Format == remarks::Format::YAML ? sys::fs::OF_Text
lib/LTO/LTOBackend.cpp
   62       OutputFileName + "resolution.txt", EC, sys::fs::OpenFlags::OF_Text);
lib/MC/MCParser/DarwinAsmParser.cpp
  782         StringRef(SecureLogFile), EC, sys::fs::OF_Append | sys::fs::OF_Text);
lib/ProfileData/GCOV.cpp
  709       std::make_unique<raw_fd_ostream>(CoveragePath, EC, sys::fs::OF_Text);
lib/ProfileData/SampleProfWriter.cpp
  573     OS.reset(new raw_fd_ostream(Filename, EC, sys::fs::OF_Text));
lib/Support/FileCollector.cpp
  182   raw_fd_ostream os(mapping_file, EC, sys::fs::OF_Text);
lib/Support/Timer.cpp
   71       OutputFilename, EC, sys::fs::OF_Append | sys::fs::OF_Text);
lib/Support/Unix/Program.inc
  447   llvm::raw_fd_ostream OS(FileName, EC, llvm::sys::fs::OpenFlags::OF_Text);
lib/Support/raw_ostream.cpp
  531     if (!(Flags & sys::fs::OF_Text))
lib/Transforms/IPO/LowerTypeTests.cpp
 1692     raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_Text);
lib/Transforms/IPO/WholeProgramDevirt.cpp
  768     raw_fd_ostream OS(ClWriteSummary, EC, sys::fs::OF_Text);
tools/clang/lib/ARCMigrate/PlistReporter.cpp
   59   llvm::raw_fd_ostream o(outPath, EC, llvm::sys::fs::OF_Text);
tools/clang/lib/Driver/Compilation.cpp
  164           llvm::sys::fs::OF_Append | llvm::sys::fs::OF_Text));
tools/clang/lib/Driver/ToolChains/Clang.cpp
 1925                                                         llvm::sys::fs::OF_Text);
tools/clang/lib/Frontend/CompilerInstance.cpp
  228         llvm::sys::fs::OF_Append | llvm::sys::fs::OF_Text);
  788         (Binary ? llvm::sys::fs::OF_None : llvm::sys::fs::OF_Text)));
 1010         StatsFile, EC, llvm::sys::fs::OF_Text);
tools/clang/lib/Frontend/DependencyFile.cpp
  314   llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_Text);
tools/clang/lib/Frontend/DependencyGraph.cpp
  103   llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_Text);
tools/clang/lib/Frontend/FrontendActions.cpp
  705                                            llvm::sys::fs::OF_Text));
tools/clang/lib/Frontend/HeaderIncludeGen.cpp
  104         llvm::sys::fs::OF_Append | llvm::sys::fs::OF_Text);
tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
  151   llvm::raw_fd_ostream OS(YAMLPath, EC, llvm::sys::fs::OF_Text);
tools/clang/lib/Serialization/ASTReader.cpp
 4104   llvm::raw_fd_ostream OS(TimestampFilename, EC, llvm::sys::fs::OF_Text);
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  648   llvm::raw_fd_ostream o(OutputFile, EC, llvm::sys::fs::OF_Text);
tools/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
  345   llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_Text);
tools/clang/tools/clang-refactor/ClangRefactor.cpp
  502         llvm::raw_fd_ostream OS(File, EC, llvm::sys::fs::OF_Text);
tools/clang/tools/driver/cc1as_main.cpp
  319       Path, EC, (Binary ? sys::fs::OF_None : sys::fs::OF_Text));
tools/clang/tools/extra/clang-move/tool/ClangMove.cpp
   33           path, fd, llvm::sys::fs::CD_CreateAlways, llvm::sys::fs::OF_Text))
tools/clang/tools/extra/modularize/ModuleAssistant.cpp
  271   llvm::ToolOutputFile Out(FilePath, EC, llvm::sys::fs::OF_Text);
tools/clang/tools/extra/pp-trace/PPTrace.cpp
  155   llvm::ToolOutputFile Out(OutputFileName, EC, llvm::sys::fs::OF_Text);
tools/dsymutil/dsymutil.cpp
  280   raw_fd_ostream PL(InfoPlist, EC, sys::fs::OF_Text);
tools/llc/llc.cpp
  244     OpenFlags |= sys::fs::OF_Text;
tools/lld/COFF/DriverUtils.cpp
  413   raw_fd_ostream os(Default.path, ec, sys::fs::OF_Text);
  514   raw_fd_ostream out(path, ec, sys::fs::OF_Text);
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
 1302     llvm::raw_fd_ostream out(outPath, ec, llvm::sys::fs::OF_Text);
tools/lldb/include/lldb/Utility/Reproducer.h
  160         m_os(filename.GetPath(), ec, llvm::sys::fs::OF_Text), m_record(true) {}
tools/lldb/source/Core/Debugger.cpp
 1177       llvm::sys::fs::OpenFlags flags = llvm::sys::fs::OF_Text;
tools/lldb/source/Utility/Reproducer.cpp
  268   llvm::raw_fd_ostream os(file.GetPath(), ec, llvm::sys::fs::OF_Text);
  280   llvm::raw_fd_ostream os(file.GetPath(), ec, llvm::sys::fs::OF_Text);
  289   llvm::raw_fd_ostream os(file.GetPath(), ec, llvm::sys::fs::OF_Text);
  300                                                  sys::fs::OpenFlags::OF_Text);
tools/lldb/tools/lldb-server/LLDBServerUtilities.cpp
   27         log_file, EC, sys::fs::OF_Text | sys::fs::OF_Append);
tools/lli/lli.cpp
  729       raw_fd_ostream Out(M.getModuleIdentifier() + ".ll", EC, sys::fs::OF_Text);
tools/llvm-cxxmap/llvm-cxxmap.cpp
  148   raw_fd_ostream OS(OutputFilename.data(), EC, sys::fs::OF_Text);
tools/llvm-dis/llvm-dis.cpp
  189       new ToolOutputFile(OutputFilename, EC, sys::fs::OF_Text));
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
  587   ToolOutputFile OutputFile(OutputFilename, EC, sys::fs::OF_Text);
tools/llvm-exegesis/lib/BenchmarkResult.cpp
  405             Filename, ResultFD, sys::fs::CD_CreateAlways, sys::fs::OF_Text))) {
tools/llvm-mc/llvm-mc.cpp
  418   sys::fs::OpenFlags Flags = (FileType == OFT_AssemblyFile) ? sys::fs::OF_Text
tools/llvm-mca/llvm-mca.cpp
  241       std::make_unique<ToolOutputFile>(OutputFilename, EC, sys::fs::OF_Text);
tools/llvm-opt-report/OptReport.cpp
  247   llvm::raw_fd_ostream OS(OutputFileName, EC, llvm::sys::fs::OF_Text);
tools/llvm-profdata/llvm-profdata.cpp
  743   raw_fd_ostream OS(Output.data(), EC, sys::fs::OF_Text);
 1120   raw_fd_ostream OS(OutputFilename.data(), EC, sys::fs::OF_Text);
tools/llvm-xray/xray-account.cpp
  424   raw_fd_ostream OS(AccountOutput, EC, sys::fs::OpenFlags::OF_Text);
tools/llvm-xray/xray-converter.cpp
  391                         : sys::fs::OpenFlags::OF_Text);
tools/llvm-xray/xray-extract.cpp
   83   raw_fd_ostream OS(ExtractOutput, EC, sys::fs::OpenFlags::OF_Text);
tools/llvm-xray/xray-graph-diff.cpp
  473   raw_fd_ostream OS(GraphDiffOutput, EC, sys::fs::OpenFlags::OF_Text);
tools/llvm-xray/xray-graph.cpp
  509   raw_fd_ostream OS(GraphOutput, EC, sys::fs::OpenFlags::OF_Text);
tools/opt/opt.cpp
  614     sys::fs::OpenFlags Flags = OutputAssembly ? sys::fs::OF_Text
tools/polly/lib/Exchange/JSONExporter.cpp
  181   ToolOutputFile F(FileName, EC, llvm::sys::fs::OF_Text);
tools/verify-uselistorder/verify-uselistorder.cpp
  139   raw_fd_ostream OS(Filename, EC, sys::fs::OF_Text);