| /freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Main.cpp | 85 ToolOutputFile DepOut(DependFilename, EC, sys::fs::OF_Text); in createDependencyFile() 167 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCFGPrinter.cpp | 46 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeMCFGToDotFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | FileRemapper.cpp | 124 llvm::raw_fd_ostream infoOut(infoFile, EC, llvm::sys::fs::OF_Text); in flushToFile() 148 llvm::sys::fs::OF_Text)) in flushToFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 74 llvm::raw_fd_ostream JsonOut(JsonOutputPath, EC, llvm::sys::fs::OF_Text); in main()
|
| H A D | ASTSrcLocProcessor.cpp | 125 llvm::raw_fd_ostream JsonOut(JsonPath, EC, llvm::sys::fs::OF_Text); in WriteJSON()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DDGPrinter.cpp | 45 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeDDGToDotFile()
|
| H A D | CFGPrinter.cpp | 68 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeCFGToDotFile()
|
| H A D | CallPrinter.cpp | 231 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in doCallGraphDOTPrinting()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GraphWriter.h | 387 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
|
| H A D | FileSystem.h | 759 OF_Text = 1, enumerator 768 OF_TextWithCRLF = OF_Text | OF_CRLF,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Program.inc | 513 if (!(Flags & fs::OF_Text)) 519 if (!(Flags & fs::OF_Text))
|
| H A D | Path.inc | 1098 if (Flags & OF_Text) {
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/ |
| H A D | TraceHTR.cpp | 235 llvm::raw_fd_ostream os(outfile, ec, llvm::sys::fs::OF_Text); in Export()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | MemoryBuffer.cpp | 545 sys::ChangeStdinMode(sys::fs::OF_Text); in getSTDIN()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 359 llvm::sys::fs::OF_Text)) { in ReportDiag()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1122 assert(Flags & OF_Text && "Flags set OF_CRLF without OF_Text");
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 903 Binary ? llvm::sys::fs::OF_None : llvm::sys::fs::OF_Text; in createOutputFileImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 1832 llvm::sys::fs::OF_Text); in generateCompilationDiagnostics() 4936 llvm::sys::fs::OF_Text); in BuildJobs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1541 std::make_unique<raw_fd_ostream>(OutputFilename, EC, sys::fs::OF_Text); in emitStackUsage()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2432 llvm::sys::fs::OF_Text); in DumpCompilationDatabaseFragmentToDir()
|