Home
last modified time | relevance | path

Searched refs:OF_Text (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DMain.cpp75 ToolOutputFile DepOut(DependFilename, EC, sys::fs::OF_Text); in createDependencyFile()
149 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_Text); in TableGenMain()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DFileRemapper.cpp124 llvm::raw_fd_ostream infoOut(infoFile, EC, llvm::sys::fs::OF_Text); in flushToFile()
148 llvm::sys::fs::OF_Text)) in flushToFile()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexer.cpp177 llvm::sys::fs::OF_Text))
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dobj2yaml.cpp111 new ToolOutputFile(OutputFilename, EC, sys::fs::OF_Text)); in main()
/llvm-project-15.0.7/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp74 llvm::raw_fd_ostream JsonOut(JsonOutputPath, EC, llvm::sys::fs::OF_Text); in main()
H A DASTSrcLocProcessor.cpp125 llvm::raw_fd_ostream JsonOut(JsonPath, EC, llvm::sys::fs::OF_Text); in WriteJSON()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDDGPrinter.cpp45 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeDDGToDotFile()
H A DCallPrinter.cpp231 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in doCallGraphDOTPrinting()
H A DCFGPrinter.cpp70 raw_fd_ostream File(Filename, EC, sys::fs::OF_Text); in writeCFGToDotFile()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGraphWriter.h387 Filename, FD, sys::fs::CD_CreateAlways, sys::fs::OF_Text);
H A DFileSystem.h761 OF_Text = 1, enumerator
770 OF_TextWithCRLF = OF_Text | OF_CRLF,
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DProgram.inc498 if (!(Flags & fs::OF_Text))
504 if (!(Flags & fs::OF_Text))
H A DPath.inc1096 if (Flags & OF_Text) {
/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp234 llvm::raw_fd_ostream os(outfile, ec, llvm::sys::fs::OF_Text); in Export()
/llvm-project-15.0.7/llvm/lib/Support/
H A DMemoryBuffer.cpp517 sys::ChangeStdinMode(sys::fs::OF_Text); in getSTDIN()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp258 : sys::fs::OF_Text); in emitRemarks()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp347 llvm::sys::fs::OF_Text)) { in ReportDiag()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc1088 assert(Flags & OF_Text && "Flags set OF_CRLF without OF_Text");
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp886 Binary ? llvm::sys::fs::OF_None : llvm::sys::fs::OF_Text); in createOutputFileImpl()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp1646 llvm::sys::fs::OF_Text); in generateCompilationDiagnostics()
4785 llvm::sys::fs::OF_Text); in BuildJobs()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1406 std::make_unique<raw_fd_ostream>(OutputFilename, EC, sys::fs::OF_Text); in emitStackUsage()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp2490 llvm::sys::fs::OF_Text); in DumpCompilationDatabaseFragmentToDir()