Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-remarkutil/
HDRemarkCount.cpp53 /*Flags = */ sys::fs::OF_TextWithCRLF); in tryInstructionCount()
104 /*Flags = */ sys::fs::OF_TextWithCRLF); in tryAnnotationCount()
HDRemarkUtilHelpers.cpp53 ? sys::fs::OF_TextWithCRLF in getOutputFileForRemarks()
HDRemarkCounter.cpp211 getOutputFileWithFlags(OutputFileName, sys::fs::OF_TextWithCRLF); in print()
241 getOutputFileWithFlags(OutputFileName, sys::fs::OF_TextWithCRLF); in print()
HDRemarkSizeDiff.cpp369 sys::fs::OF_TextWithCRLF); in getOutputStream()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDDOTGraphTraitsPass.h114 raw_fd_ostream File(Filename, EC, sys::fs::OF_TextWithCRLF); in printGraphForFunction()
301 raw_fd_ostream File(Filename, EC, sys::fs::OF_TextWithCRLF); in runOnModule()
332 raw_fd_ostream File(Filename, EC, sys::fs::OF_TextWithCRLF); in WriteDOTGraphToFile()
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
HDLLDBServerUtilities.cpp42 log_file, EC, sys::fs::OF_TextWithCRLF | sys::fs::OF_Append); in GetLogStream()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDPlistReporter.cpp59 llvm::raw_fd_ostream o(outPath, EC, llvm::sys::fs::OF_TextWithCRLF); in writeARCDiagsToPlist()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-extract.cpp87 raw_fd_ostream OS(ExtractOutput, EC, sys::fs::OpenFlags::OF_TextWithCRLF); in __anondaaf67ea0202()
HDxray-converter.cpp396 : sys::fs::OpenFlags::OF_TextWithCRLF); in __anon07dec1e70302()
HDxray-account.cpp464 raw_fd_ostream OS(AccountOutput, EC, sys::fs::OpenFlags::OF_TextWithCRLF); in __anon0c8b297c0f02()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDDependencyGraph.cpp120 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_TextWithCRLF); in OutputGraphFile()
HDModuleDependencyCollector.cpp134 llvm::raw_fd_ostream OS(YAMLPath, EC, llvm::sys::fs::OF_TextWithCRLF); in writeFileMap()
HDHeaderIncludeGen.cpp164 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF); in AttachHeaderIncludeGen()
HDDependencyFile.cpp353 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_TextWithCRLF); in outputDependencyFile()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxmap/
HDllvm-cxxmap.cpp163 raw_fd_ostream OS(OutputFilename.data(), EC, sys::fs::OF_TextWithCRLF); in main()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMRemarkStreamer.cpp112 auto Flags = *Format == remarks::Format::YAML ? sys::fs::OF_TextWithCRLF in setupLLVMOptimizationRemarks()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSarifDiagnostics.cpp194 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::OF_TextWithCRLF); in FlushDiagnosticsImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dis/
HDllvm-dis.cpp248 new ToolOutputFile(FinalFilename, EC, sys::fs::OF_TextWithCRLF)); in main()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDCompilation.cpp178 llvm::sys::fs::OF_Append | llvm::sys::fs::OF_TextWithCRLF)); in ExecuteCommand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDFileCollector.cpp246 raw_fd_ostream os(MappingFile, EC, sys::fs::OF_TextWithCRLF); in writeMapping()
HDTimer.cpp109 OutputFilename, EC, sys::fs::OF_Append | sys::fs::OF_TextWithCRLF); in CreateInfoOutputFile()
HDTimeProfiler.cpp397 raw_fd_ostream OS(Path, EC, sys::fs::OF_TextWithCRLF); in timeTraceProfilerWrite()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDGCOV.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-13-stable/contrib/llvm-project/lld/COFF/
HDDriverUtils.cpp448 raw_fd_ostream os(Default.path, ec, sys::fs::OF_TextWithCRLF); in createManifestXmlWithExternalMt()
556 raw_fd_ostream out(path, ec, sys::fs::OF_TextWithCRLF); in createSideBySideManifest()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-link/
HDllvm-link.cpp533 OutputAssembly ? sys::fs::OF_TextWithCRLF in main()

123