Home
last modified time | relevance | path

Searched refs:OF_TextWithCRLF (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducerProvider.cpp42 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 DGDBRemote.cpp107 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 DDOTGraphTraitsPass.h94 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 DReproducerProvider.h35 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 DLLDBServerUtilities.cpp42 log_file, EC, sys::fs::OF_TextWithCRLF | sys::fs::OF_Append); in GetLogStream()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DPlistReporter.cpp59 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 Dxray-extract.cpp87 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 DPPTrace.cpp155 llvm::ToolOutputFile Out(OutputFileName, EC, llvm::sys::fs::OF_TextWithCRLF); in main()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDependencyGraph.cpp103 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_TextWithCRLF); in OutputGraphFile()
H A DHeaderIncludeGen.cpp107 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in AttachHeaderIncludeGen()
H A DModuleDependencyCollector.cpp151 llvm::raw_fd_ostream OS(YAMLPath, EC, llvm::sys::fs::OF_TextWithCRLF); in writeFileMap()
H A DDependencyFile.cpp320 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 Dllvm-cxxmap.cpp160 raw_fd_ostream OS(OutputFilename.data(), EC, sys::fs::OF_TextWithCRLF); in main()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInstance.cpp120 (binary ? llvm::sys::fs::OF_None : llvm::sys::fs::OF_TextWithCRLF))); in createOutputFileImpl()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp111 auto Flags = *Format == remarks::Format::YAML ? sys::fs::OF_TextWithCRLF in setupLLVMOptimizationRemarks()
/llvm-project-15.0.7/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp240 new ToolOutputFile(FinalFilename, EC, sys::fs::OF_TextWithCRLF)); in main()
/llvm-project-15.0.7/clang-tools-extra/clang-move/tool/
H A DClangMove.cpp34 llvm::sys::fs::OF_TextWithCRLF)) in CreateNewFile()
/llvm-project-15.0.7/clang/lib/Driver/
H A DCompilation.cpp179 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF)); in ExecuteCommand()
/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModuleAssistant.cpp271 llvm::ToolOutputFile Out(FilePath, EC, llvm::sys::fs::OF_TextWithCRLF); in writeModuleMap()
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileCollector.cpp244 raw_fd_ostream os(MappingFile, EC, sys::fs::OF_TextWithCRLF); in writeMapping()
H A DTimeProfiler.cpp307 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 DRemarkSizeDiff.cpp389 sys::fs::OF_TextWithCRLF); in getOutputStream()
/llvm-project-15.0.7/lld/COFF/
H A DDriverUtils.cpp439 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 DSarifDiagnostics.cpp389 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_TextWithCRLF); in FlushDiagnosticsImpl()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp884 os.emplace(gcovName, ec, sys::fs::OF_TextWithCRLF); in print()
899 raw_fd_ostream os(outputPath + ".gcov", ec, sys::fs::OF_TextWithCRLF); in print()

123