| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | ReproducerProvider.cpp | 42 llvm::raw_fd_ostream os(file.GetPath(), ec, llvm::sys::fs::OF_TextWithCRLF); in Keep() 84 llvm::raw_fd_ostream os(file.GetPath(), ec, llvm::sys::fs::OF_TextWithCRLF); in Keep() 129 llvm::raw_fd_ostream os(file.GetPath(), ec, llvm::sys::fs::OF_TextWithCRLF); in Keep()
|
| H A D | GDBRemote.cpp | 107 llvm::raw_fd_ostream os(file.GetPath(), ec, llvm::sys::fs::OF_TextWithCRLF); in Keep() 154 history_file.GetPath(), EC, sys::fs::OpenFlags::OF_TextWithCRLF); in GetHistoryStream()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DOTGraphTraitsPass.h | 94 raw_fd_ostream File(Filename, EC, sys::fs::OF_TextWithCRLF); in printGraphForFunction() 280 raw_fd_ostream File(Filename, EC, sys::fs::OF_TextWithCRLF); in runOnModule() 309 raw_fd_ostream File(Filename, EC, sys::fs::OF_TextWithCRLF); in WriteDOTGraphToFile()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | ReproducerProvider.h | 35 m_os(filename.GetPath(), ec, llvm::sys::fs::OF_TextWithCRLF), in AbstractRecorder() 154 llvm::raw_fd_ostream os(file.GetPath(), ec, llvm::sys::fs::OF_TextWithCRLF); in Keep() 275 llvm::raw_fd_ostream os(file.GetPath(), ec, llvm::sys::fs::OF_TextWithCRLF); in Keep()
|
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | LLDBServerUtilities.cpp | 42 log_file, EC, sys::fs::OF_TextWithCRLF | sys::fs::OF_Append); in GetLogStream()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 59 llvm::raw_fd_ostream o(outPath, EC, llvm::sys::fs::OF_TextWithCRLF); in writeARCDiagsToPlist()
|
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | xray-extract.cpp | 87 raw_fd_ostream OS(ExtractOutput, EC, sys::fs::OpenFlags::OF_TextWithCRLF); in __anon9bf0fac10202()
|
| /llvm-project-15.0.7/clang-tools-extra/pp-trace/ |
| H A D | PPTrace.cpp | 155 llvm::ToolOutputFile Out(OutputFileName, EC, llvm::sys::fs::OF_TextWithCRLF); in main()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | DependencyGraph.cpp | 103 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_TextWithCRLF); in OutputGraphFile()
|
| H A D | HeaderIncludeGen.cpp | 107 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in AttachHeaderIncludeGen()
|
| H A D | ModuleDependencyCollector.cpp | 151 llvm::raw_fd_ostream OS(YAMLPath, EC, llvm::sys::fs::OF_TextWithCRLF); in writeFileMap()
|
| H A D | DependencyFile.cpp | 320 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_TextWithCRLF); in outputDependencyFile()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cxxmap/ |
| H A D | llvm-cxxmap.cpp | 160 raw_fd_ostream OS(OutputFilename.data(), EC, sys::fs::OF_TextWithCRLF); in main()
|
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 120 (binary ? llvm::sys::fs::OF_None : llvm::sys::fs::OF_TextWithCRLF))); in createOutputFileImpl()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMRemarkStreamer.cpp | 111 auto Flags = *Format == remarks::Format::YAML ? sys::fs::OF_TextWithCRLF in setupLLVMOptimizationRemarks()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 240 new ToolOutputFile(FinalFilename, EC, sys::fs::OF_TextWithCRLF)); in main()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-move/tool/ |
| H A D | ClangMove.cpp | 34 llvm::sys::fs::OF_TextWithCRLF)) in CreateNewFile()
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Compilation.cpp | 179 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF)); in ExecuteCommand()
|
| /llvm-project-15.0.7/clang-tools-extra/modularize/ |
| H A D | ModuleAssistant.cpp | 271 llvm::ToolOutputFile Out(FilePath, EC, llvm::sys::fs::OF_TextWithCRLF); in writeModuleMap()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | FileCollector.cpp | 244 raw_fd_ostream os(MappingFile, EC, sys::fs::OF_TextWithCRLF); in writeMapping()
|
| H A D | TimeProfiler.cpp | 307 raw_fd_ostream OS(Path, EC, sys::fs::OF_TextWithCRLF); in timeTraceProfilerWrite()
|
| /llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/ |
| H A D | RemarkSizeDiff.cpp | 389 sys::fs::OF_TextWithCRLF); in getOutputStream()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | DriverUtils.cpp | 439 raw_fd_ostream os(Default.path, ec, sys::fs::OF_TextWithCRLF); in createManifestXmlWithExternalMt() 546 raw_fd_ostream out(path, ec, sys::fs::OF_TextWithCRLF); in createSideBySideManifest()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | SarifDiagnostics.cpp | 389 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_TextWithCRLF); in FlushDiagnosticsImpl()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 884 os.emplace(gcovName, ec, sys::fs::OF_TextWithCRLF); in print() 899 raw_fd_ostream os(outputPath + ".gcov", ec, sys::fs::OF_TextWithCRLF); in print()
|