Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCount.cpp53 /*Flags = */ sys::fs::OF_TextWithCRLF); in tryInstructionCount()
104 /*Flags = */ sys::fs::OF_TextWithCRLF); in tryAnnotationCount()
H A DRemarkUtilHelpers.cpp53 ? sys::fs::OF_TextWithCRLF in getOutputFileForRemarks()
H A DRemarkCounter.cpp211 getOutputFileWithFlags(OutputFileName, sys::fs::OF_TextWithCRLF); in print()
241 getOutputFileWithFlags(OutputFileName, sys::fs::OF_TextWithCRLF); in print()
H A DRemarkSizeDiff.cpp369 sys::fs::OF_TextWithCRLF); in getOutputStream()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h115 raw_fd_ostream File(Filename, EC, sys::fs::OF_TextWithCRLF); in printGraphForFunction()
302 raw_fd_ostream File(Filename, EC, sys::fs::OF_TextWithCRLF); in runOnModule()
333 raw_fd_ostream File(Filename, EC, sys::fs::OF_TextWithCRLF); in WriteDOTGraphToFile()
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp42 log_file, EC, sys::fs::OF_TextWithCRLF | sys::fs::OF_Append); in GetLogStream()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp59 llvm::raw_fd_ostream o(outPath, EC, llvm::sys::fs::OF_TextWithCRLF); in writeARCDiagsToPlist()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp87 raw_fd_ostream OS(ExtractOutput, EC, sys::fs::OpenFlags::OF_TextWithCRLF); in __anon547534470202()
H A Dxray-converter.cpp396 : sys::fs::OpenFlags::OF_TextWithCRLF); in __anon0a4919840302()
H A Dxray-graph-diff.cpp459 raw_fd_ostream OS(GraphDiffOutput, EC, sys::fs::OpenFlags::OF_TextWithCRLF); in __anon903d60640102()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp97 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_TextWithCRLF); in OutputGraphFile()
H A DModuleDependencyCollector.cpp133 llvm::raw_fd_ostream OS(YAMLPath, EC, llvm::sys::fs::OF_TextWithCRLF); in writeFileMap()
H A DHeaderIncludeGen.cpp164 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in AttachHeaderIncludeGen()
H A DDependencyFile.cpp327 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_TextWithCRLF); in outputDependencyFile()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp160 raw_fd_ostream OS(OutputFilename.data(), EC, sys::fs::OF_TextWithCRLF); in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp112 auto Flags = *Format == remarks::Format::YAML ? sys::fs::OF_TextWithCRLF in setupLLVMOptimizationRemarks()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp194 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_TextWithCRLF); in FlushDiagnosticsImpl()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp240 new ToolOutputFile(FinalFilename, EC, sys::fs::OF_TextWithCRLF)); in main()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp178 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF)); in ExecuteCommand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp246 raw_fd_ostream os(MappingFile, EC, sys::fs::OF_TextWithCRLF); in writeMapping()
H A DTimeProfiler.cpp336 raw_fd_ostream OS(Path, EC, sys::fs::OF_TextWithCRLF); in timeTraceProfilerWrite()
H A DTimer.cpp109 OutputFilename, EC, sys::fs::OF_Append | sys::fs::OF_TextWithCRLF); in CreateInfoOutputFile()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp446 raw_fd_ostream os(Default.path, ec, sys::fs::OF_TextWithCRLF); in createManifestXmlWithExternalMt()
554 raw_fd_ostream out(path, ec, sys::fs::OF_TextWithCRLF); in createSideBySideManifest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp919 os.emplace(gcovName, ec, sys::fs::OF_TextWithCRLF); in print()
934 raw_fd_ostream os(outputPath + ".gcov", ec, sys::fs::OF_TextWithCRLF); in print()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp500 OutputAssembly ? sys::fs::OF_TextWithCRLF in main()

123